Html Css Color HEX #DBCD04 Bird Flower

📋 copy color: '#DBCD04'

red 219 ◦ green 205 ◦ blue 4

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

Shades of Bird Flower #DBCD04

Tints of Bird Flower #DBCD04

RGB

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

 GREEN value IS 205 (80.47% from 255) = 47.9%

 BLUE value IS 4 (1.95% from 255) = 0.93%

R = 51.17%
G = 47.9%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DBCD04 (or 0xDBCD04) is known color: Bird Flower. HEX triplet: DB, CD and 04. RGB value is (219,205,4). Sum of RGB (Red+Green+Blue) = 219+205+4=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 205 (80.47% from 255 or 47.90% from 428); Blue value is 4 (1.95% from 255 or 0.93% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCD04 is #2432FB. Grayscale: #BBBBBB. Windows color (decimal): -2372348 or 314843. OLE color: 314843.

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

Color convert

RGB 219 205 4 -
CMYK 0 0.06 0.98 0.14
HSL 56.09º 0.96% 0.44% -
HSV(B) 56.09º 0.98% 0.86% -
XYZ 51.07 58.73 8.76 -
YUV 186.27 25.14 151.34 -
System Red Green Blue C M Y K H S L
Decimal 219 205 4 0 0.06 0.98 0.14 56.09 0.96 0.44
Hex DB CD 4 0 6 62 E 38 60 2C
Octal 333 315 4 0 6 142 16 70 140 54
Binary 11011011 11001101 100 0 110 1100010 1110 111000 1100000 101100

Color Harmonies of #DBCD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCD04

Black with #DBCD04

Text Example


Text Example

White with #DBCD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCD04; }

 p { color: rgb(219,205,4); }

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

background-color css

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

 a { background-color: rgb(219,205,4); }

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

border-color css

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

 span { border-color: rgb(219,205,4); }

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