Html Css Color HEX #DCCD09 Bird Flower

📋 copy color: '#DCCD09'

red 220 ◦ green 205 ◦ blue 9

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

Shades of Bird Flower #DCCD09

Tints of Bird Flower #DCCD09

RGB

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

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

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

R = 50.69%
G = 47.24%
B = 2.07%

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

#DCCD09 (or 0xDCCD09) is known color: Bird Flower. HEX triplet: DC, CD and 09. RGB value is (220,205,9). Sum of RGB (Red+Green+Blue) = 220+205+9=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 205 (80.47% from 255 or 47.24% from 434); Blue value is 9 (3.91% from 255 or 2.07% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCD09 is #2332F6. Grayscale: #BBBBBB. Windows color (decimal): -2306807 or 642524. OLE color: 642524.

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

Color convert

RGB 220 205 9 -
CMYK 0 0.07 0.96 0.14
HSL 55.73º 0.92% 0.45% -
HSV(B) 55.73º 0.96% 0.86% -
XYZ 51.4 58.9 8.92 -
YUV 187.14 27.47 151.44 -
System Red Green Blue C M Y K H S L
Decimal 220 205 9 0 0.07 0.96 0.14 55.73 0.92 0.45
Hex DC CD 9 0 7 60 E 38 5C 2D
Octal 334 315 11 0 7 140 16 70 134 55
Binary 11011100 11001101 1001 0 111 1100000 1110 111000 1011100 101101

Color Harmonies of #DCCD09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCD09

Black with #DCCD09

Text Example


Text Example

White with #DCCD09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCD09; }

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

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

background-color css

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

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

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

border-color css

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

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

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