Html Css Color HEX #DCC70A Sunflower

📋 copy color: '#DCC70A'

red 220 ◦ green 199 ◦ blue 10

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

Shades of Sunflower #DCC70A

Tints of Sunflower #DCC70A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 46.39%

 BLUE value IS 10 (4.3% from 255) = 2.33%

R = 51.28%
G = 46.39%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DCC70A (or 0xDCC70A) is known color: Sunflower. HEX triplet: DC, C7 and 0A. RGB value is (220,199,10). Sum of RGB (Red+Green+Blue) = 220+199+10=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 199 (78.12% from 255 or 46.39% from 429); Blue value is 10 (4.30% from 255 or 2.33% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC70A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC70A is #2338F5. Grayscale: #B8B8B8. Windows color (decimal): -2308342 or 706524. OLE color: 706524.

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

Color convert

RGB 220 199 10 -
CMYK 0 0.10 0.95 0.14
HSL 54º 0.91% 0.45% -
HSV(B) 54º 0.95% 0.86% -
XYZ 49.99 56.08 8.48 -
YUV 183.73 29.96 153.87 -
System Red Green Blue C M Y K H S L
Decimal 220 199 10 0 0.10 0.95 0.14 54 0.91 0.45
Hex DC C7 A 0 A 5F E 36 5B 2D
Octal 334 307 12 0 12 137 16 66 133 55
Binary 11011100 11000111 1010 0 1010 1011111 1110 110110 1011011 101101

Color Harmonies of #DCC70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC70A

Black with #DCC70A

Text Example


Text Example

White with #DCC70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC70A; }

 p { color: rgb(220,199,10); }

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

background-color css

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

 a { background-color: rgb(220,199,10); }

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

border-color css

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

 span { border-color: rgb(220,199,10); }

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