Html Css Color HEX #DBCD09 Bird Flower

📋 copy color: '#DBCD09'

red 219 ◦ green 205 ◦ blue 9

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

Shades of Bird Flower #DBCD09

Tints of Bird Flower #DBCD09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.08%

R = 50.58%
G = 47.34%
B = 2.08%

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

#DBCD09 (or 0xDBCD09) is known color: Bird Flower. HEX triplet: DB, CD and 09. RGB value is (219,205,9). Sum of RGB (Red+Green+Blue) = 219+205+9=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 205 (80.47% from 255 or 47.34% from 433); Blue value is 9 (3.91% from 255 or 2.08% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBCD09 is #2432F6. Grayscale: #BBBBBB. Windows color (decimal): -2372343 or 642523. OLE color: 642523.

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

Color convert

RGB 219 205 9 -
CMYK 0 0.06 0.96 0.14
HSL 56º 0.92% 0.45% -
HSV(B) 56º 0.96% 0.86% -
XYZ 51.09 58.74 8.9 -
YUV 186.84 27.64 150.94 -
System Red Green Blue C M Y K H S L
Decimal 219 205 9 0 0.06 0.96 0.14 56 0.92 0.45
Hex DB CD 9 0 6 60 E 38 5C 2D
Octal 333 315 11 0 6 140 16 70 134 55
Binary 11011011 11001101 1001 0 110 1100000 1110 111000 1011100 101101

Color Harmonies of #DBCD09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCD09

Black with #DBCD09

Text Example


Text Example

White with #DBCD09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCD09; }

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

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

background-color css

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

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

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

border-color css

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

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

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