Html Css Color HEX #DBCA08 Bird Flower

📋 copy color: '#DBCA08'

red 219 ◦ green 202 ◦ blue 8

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

Shades of Bird Flower #DBCA08

Tints of Bird Flower #DBCA08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.86%

R = 51.05%
G = 47.09%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DBCA08 (or 0xDBCA08) is known color: Bird Flower. HEX triplet: DB, CA and 08. RGB value is (219,202,8). Sum of RGB (Red+Green+Blue) = 219+202+8=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 202 (79.30% from 255 or 47.09% from 429); Blue value is 8 (3.52% from 255 or 1.86% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCA08 is #2435F7. Grayscale: #B9B9B9. Windows color (decimal): -2373112 or 576219. OLE color: 576219.

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

Color convert

RGB 219 202 8 -
CMYK 0 0.08 0.96 0.14
HSL 55.17º 0.93% 0.45% -
HSV(B) 55.17º 0.96% 0.86% -
XYZ 50.38 57.32 8.64 -
YUV 184.97 28.13 152.27 -
System Red Green Blue C M Y K H S L
Decimal 219 202 8 0 0.08 0.96 0.14 55.17 0.93 0.45
Hex DB CA 8 0 8 60 E 37 5D 2D
Octal 333 312 10 0 10 140 16 67 135 55
Binary 11011011 11001010 1000 0 1000 1100000 1110 110111 1011101 101101

Color Harmonies of #DBCA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCA08

Black with #DBCA08

Text Example


Text Example

White with #DBCA08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCA08; }

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

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

background-color css

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

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

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

border-color css

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

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

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