Html Css Color HEX #DCC70D Sunflower

📋 copy color: '#DCC70D'

red 220 ◦ green 199 ◦ blue 13

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

Shades of Sunflower #DCC70D

Tints of Sunflower #DCC70D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.01%

R = 50.93%
G = 46.06%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DCC70D (or 0xDCC70D) is known color: Sunflower. HEX triplet: DC, C7 and 0D. RGB value is (220,199,13). Sum of RGB (Red+Green+Blue) = 220+199+13=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 199 (78.12% from 255 or 46.06% from 432); Blue value is 13 (5.47% from 255 or 3.01% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC70D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC70D is #2338F2. Grayscale: #B8B8B8. Windows color (decimal): -2308339 or 903132. OLE color: 903132.

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

Color convert

RGB 220 199 13 -
CMYK 0 0.10 0.94 0.14
HSL 53.91º 0.89% 0.46% -
HSV(B) 53.91º 0.94% 0.86% -
XYZ 50.01 56.09 8.57 -
YUV 184.08 31.46 153.62 -
System Red Green Blue C M Y K H S L
Decimal 220 199 13 0 0.10 0.94 0.14 53.91 0.89 0.46
Hex DC C7 D 0 A 5E E 36 59 2E
Octal 334 307 15 0 12 136 16 66 131 56
Binary 11011100 11000111 1101 0 1010 1011110 1110 110110 1011001 101110

Color Harmonies of #DCC70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC70D

Black with #DCC70D

Text Example


Text Example

White with #DCC70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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