Html Css Color HEX #DBCA0B Bird Flower

📋 copy color: '#DBCA0B'

red 219 ◦ green 202 ◦ blue 11

#DBCA0B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #DBCA0B

Tints of Bird Flower #DBCA0B

RGB

 RED value IS 219 (85.94% from 255) = 50.69%

 GREEN value IS 202 (79.3% from 255) = 46.76%

 BLUE value IS 11 (4.69% from 255) = 2.55%

R = 50.69%
G = 46.76%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.95

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DBCA0B (or 0xDBCA0B) is known color: Bird Flower. HEX triplet: DB, CA and 0B. RGB value is (219,202,11). Sum of RGB (Red+Green+Blue) = 219+202+11=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 202 (79.30% from 255 or 46.76% from 432); Blue value is 11 (4.69% from 255 or 2.55% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCA0B is #2435F4. Grayscale: #BABABA. Windows color (decimal): -2373109 or 772827. OLE color: 772827.

HSL color Cylindrical-coordinate representation of color #DBCA0B: hue angle of 55.1º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DBCA0B is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 202 11 -
CMYK 0 0.08 0.95 0.14
HSL 55.1º 0.9% 0.45% -
HSV(B) 55.1º 0.95% 0.86% -
XYZ 50.39 57.33 8.73 -
YUV 185.31 29.63 152.03 -
System Red Green Blue C M Y K H S L
Decimal 219 202 11 0 0.08 0.95 0.14 55.1 0.9 0.45
Hex DB CA B 0 8 5F E 37 5A 2D
Octal 333 312 13 0 10 137 16 67 132 55
Binary 11011011 11001010 1011 0 1000 1011111 1110 110111 1011010 101101

Color Harmonies of #DBCA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCA0B

Black with #DBCA0B

Text Example


Text Example

White with #DBCA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCA0B; }

 p { color: rgb(219,202,11); }

 H1.HeaderClassName
 {
   color: #DBCA0B;
 }
 .AnyTagClassName
 {
   color: #DBCA0B;
 }
</style>

background-color css

<style>
 a { background-color: #DBCA0B; }

 a { background-color: rgb(219,202,11); }

 div.DivClassName
 {
   background-color: #DBCA0B;
 }
 .BgClassName
 {
   background-color: #DBCA0B;
 }
</style>

border-color css

<style>
 span { border-color: #DBCA0B; }

 span { border-color: rgb(219,202,11); }

 td.TdClassName
 {
   border-color: #DBCA0B;
 }
 .TagClassName
 {
   border-color: #DBCA0B;
 }
</style>