Html Css Color HEX #DCC906 Bird Flower

📋 copy color: '#DCC906'

red 220 ◦ green 201 ◦ blue 6

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

Shades of Bird Flower #DCC906

Tints of Bird Flower #DCC906

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.07%

 BLUE value IS 6 (2.73% from 255) = 1.41%

R = 51.52%
G = 47.07%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DCC906 (or 0xDCC906) is known color: Bird Flower. HEX triplet: DC, C9 and 06. RGB value is (220,201,6). Sum of RGB (Red+Green+Blue) = 220+201+6=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 201 (78.91% from 255 or 47.07% from 427); Blue value is 6 (2.73% from 255 or 1.41% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC906 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC906 is #2336F9. Grayscale: #B9B9B9. Windows color (decimal): -2307834 or 444892. OLE color: 444892.

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

Color convert

RGB 220 201 6 -
CMYK 0 0.09 0.97 0.14
HSL 54.67º 0.95% 0.44% -
HSV(B) 54.67º 0.97% 0.86% -
XYZ 50.43 57 8.52 -
YUV 184.45 27.29 153.36 -
System Red Green Blue C M Y K H S L
Decimal 220 201 6 0 0.09 0.97 0.14 54.67 0.95 0.44
Hex DC C9 6 0 9 61 E 37 5F 2C
Octal 334 311 6 0 11 141 16 67 137 54
Binary 11011100 11001001 110 0 1001 1100001 1110 110111 1011111 101100

Color Harmonies of #DCC906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC906

Black with #DCC906

Text Example


Text Example

White with #DCC906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC906; }

 p { color: rgb(220,201,6); }

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

background-color css

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

 a { background-color: rgb(220,201,6); }

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

border-color css

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

 span { border-color: rgb(220,201,6); }

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