Html Css Color HEX #DCC80D Sunflower

📋 copy color: '#DCC80D'

red 220 ◦ green 200 ◦ blue 13

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

Shades of Sunflower #DCC80D

Tints of Sunflower #DCC80D

RGB

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

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

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

R = 50.81%
G = 46.19%
B = 3%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DCC80D (or 0xDCC80D) is known color: Sunflower. HEX triplet: DC, C8 and 0D. RGB value is (220,200,13). Sum of RGB (Red+Green+Blue) = 220+200+13=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 200 (78.52% from 255 or 46.19% from 433); Blue value is 13 (5.47% from 255 or 3.00% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC80D is #2337F2. Grayscale: #B9B9B9. Windows color (decimal): -2308083 or 903388. OLE color: 903388.

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

Color convert

RGB 220 200 13 -
CMYK 0 0.09 0.94 0.14
HSL 54.2º 0.89% 0.46% -
HSV(B) 54.2º 0.94% 0.86% -
XYZ 50.24 56.55 8.65 -
YUV 184.66 31.13 153.21 -
System Red Green Blue C M Y K H S L
Decimal 220 200 13 0 0.09 0.94 0.14 54.2 0.89 0.46
Hex DC C8 D 0 9 5E E 36 59 2E
Octal 334 310 15 0 11 136 16 66 131 56
Binary 11011100 11001000 1101 0 1001 1011110 1110 110110 1011001 101110

Color Harmonies of #DCC80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC80D

Black with #DCC80D

Text Example


Text Example

White with #DCC80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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