Html Css Color HEX #DCC807 Sunflower

📋 copy color: '#DCC807'

red 220 ◦ green 200 ◦ blue 7

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

Shades of Sunflower #DCC807

Tints of Sunflower #DCC807

RGB

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

 GREEN value IS 200 (78.52% from 255) = 46.84%

 BLUE value IS 7 (3.13% from 255) = 1.64%

R = 51.52%
G = 46.84%
B = 1.64%

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

#DCC807 (or 0xDCC807) is known color: Sunflower. HEX triplet: DC, C8 and 07. RGB value is (220,200,7). Sum of RGB (Red+Green+Blue) = 220+200+7=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 200 (78.52% from 255 or 46.84% from 427); Blue value is 7 (3.12% from 255 or 1.64% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC807 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC807 is #2337F8. Grayscale: #B8B8B8. Windows color (decimal): -2308089 or 510172. OLE color: 510172.

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

Color convert

RGB 220 200 7 -
CMYK 0 0.09 0.97 0.14
HSL 54.37º 0.94% 0.45% -
HSV(B) 54.37º 0.97% 0.86% -
XYZ 50.21 56.54 8.47 -
YUV 183.98 28.13 153.69 -
System Red Green Blue C M Y K H S L
Decimal 220 200 7 0 0.09 0.97 0.14 54.37 0.94 0.45
Hex DC C8 7 0 9 61 E 36 5E 2D
Octal 334 310 7 0 11 141 16 66 136 55
Binary 11011100 11001000 111 0 1001 1100001 1110 110110 1011110 101101

Color Harmonies of #DCC807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC807

Black with #DCC807

Text Example


Text Example

White with #DCC807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC807; }

 p { color: rgb(220,200,7); }

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

background-color css

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

 a { background-color: rgb(220,200,7); }

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

border-color css

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

 span { border-color: rgb(220,200,7); }

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