Html Css Color HEX #DCC007 Sunflower

📋 copy color: '#DCC007'

red 220 ◦ green 192 ◦ blue 7

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

Shades of Sunflower #DCC007

Tints of Sunflower #DCC007

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.82%

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

R = 52.51%
G = 45.82%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DCC007 (or 0xDCC007) is known color: Sunflower. HEX triplet: DC, C0 and 07. RGB value is (220,192,7). Sum of RGB (Red+Green+Blue) = 220+192+7=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 7 (3.12% from 255 or 1.67% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC007 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC007 is #233FF8. Grayscale: #B4B4B4. Windows color (decimal): -2310137 or 508124. OLE color: 508124.

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

Color convert

RGB 220 192 7 -
CMYK 0 0.13 0.97 0.14
HSL 52.11º 0.94% 0.45% -
HSV(B) 52.11º 0.97% 0.86% -
XYZ 48.4 52.93 7.87 -
YUV 179.28 30.78 157.04 -
System Red Green Blue C M Y K H S L
Decimal 220 192 7 0 0.13 0.97 0.14 52.11 0.94 0.45
Hex DC C0 7 0 D 61 E 34 5E 2D
Octal 334 300 7 0 15 141 16 64 136 55
Binary 11011100 11000000 111 0 1101 1100001 1110 110100 1011110 101101

Color Harmonies of #DCC007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC007

Black with #DCC007

Text Example


Text Example

White with #DCC007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC007; }

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

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

background-color css

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

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

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

border-color css

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

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

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