Html Css Color HEX #DCCC09 Bird Flower

📋 copy color: '#DCCC09'

red 220 ◦ green 204 ◦ blue 9

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

Shades of Bird Flower #DCCC09

Tints of Bird Flower #DCCC09

RGB

 RED value IS 220 (86.33% from 255) = 50.81%

 GREEN value IS 204 (80.08% from 255) = 47.11%

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

R = 50.81%
G = 47.11%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DCCC09 (or 0xDCCC09) is known color: Bird Flower. HEX triplet: DC, CC and 09. RGB value is (220,204,9). Sum of RGB (Red+Green+Blue) = 220+204+9=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 204 (80.08% from 255 or 47.11% from 433); Blue value is 9 (3.91% from 255 or 2.08% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCC09 is #2333F6. Grayscale: #BBBBBB. Windows color (decimal): -2307063 or 642268. OLE color: 642268.

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

Color convert

RGB 220 204 9 -
CMYK 0 0.07 0.96 0.14
HSL 55.45º 0.92% 0.45% -
HSV(B) 55.45º 0.96% 0.86% -
XYZ 51.16 58.42 8.84 -
YUV 186.55 27.8 151.86 -
System Red Green Blue C M Y K H S L
Decimal 220 204 9 0 0.07 0.96 0.14 55.45 0.92 0.45
Hex DC CC 9 0 7 60 E 37 5C 2D
Octal 334 314 11 0 7 140 16 67 134 55
Binary 11011100 11001100 1001 0 111 1100000 1110 110111 1011100 101101

Color Harmonies of #DCCC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCC09

Black with #DCCC09

Text Example


Text Example

White with #DCCC09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCC09; }

 p { color: rgb(220,204,9); }

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

background-color css

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

 a { background-color: rgb(220,204,9); }

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

border-color css

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

 span { border-color: rgb(220,204,9); }

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