Html Css Color HEX #DBCD05 Bird Flower

📋 copy color: '#DBCD05'

red 219 ◦ green 205 ◦ blue 5

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

Shades of Bird Flower #DBCD05

Tints of Bird Flower #DBCD05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.17%

R = 51.05%
G = 47.79%
B = 1.17%

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

#DBCD05 (or 0xDBCD05) is known color: Bird Flower. HEX triplet: DB, CD and 05. RGB value is (219,205,5). Sum of RGB (Red+Green+Blue) = 219+205+5=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 205 (80.47% from 255 or 47.79% from 429); Blue value is 5 (2.34% from 255 or 1.17% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCD05 is #2432FA. Grayscale: #BBBBBB. Windows color (decimal): -2372347 or 380379. OLE color: 380379.

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

Color convert

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

Color Harmonies of #DBCD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCD05

Black with #DBCD05

Text Example


Text Example

White with #DBCD05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCD05; }

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

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

background-color css

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

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

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

border-color css

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

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

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