Html Css Color HEX #DBCE08 Bird Flower

📋 copy color: '#DBCE08'

red 219 ◦ green 206 ◦ blue 8

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

Shades of Bird Flower #DBCE08

Tints of Bird Flower #DBCE08

RGB

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

 GREEN value IS 206 (80.86% from 255) = 47.58%

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

R = 50.58%
G = 47.58%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DBCE08 (or 0xDBCE08) is known color: Bird Flower. HEX triplet: DB, CE and 08. RGB value is (219,206,8). Sum of RGB (Red+Green+Blue) = 219+206+8=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 206 (80.86% from 255 or 47.58% from 433); Blue value is 8 (3.52% from 255 or 1.85% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCE08 is #2431F7. Grayscale: #BCBCBC. Windows color (decimal): -2372088 or 577243. OLE color: 577243.

HSL color Cylindrical-coordinate representation of color #DBCE08: hue angle of 56.3º 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 #DBCE08 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 206 8 -
CMYK 0 0.06 0.96 0.14
HSL 56.3º 0.93% 0.45% -
HSV(B) 56.3º 0.96% 0.86% -
XYZ 51.33 59.22 8.96 -
YUV 187.32 26.81 150.6 -
System Red Green Blue C M Y K H S L
Decimal 219 206 8 0 0.06 0.96 0.14 56.3 0.93 0.45
Hex DB CE 8 0 6 60 E 38 5D 2D
Octal 333 316 10 0 6 140 16 70 135 55
Binary 11011011 11001110 1000 0 110 1100000 1110 111000 1011101 101101

Color Harmonies of #DBCE08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCE08

Black with #DBCE08

Text Example


Text Example

White with #DBCE08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCE08; }

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

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

background-color css

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

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

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

border-color css

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

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

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