Html Css Color HEX #DCCA17 Sunflower

📋 copy color: '#DCCA17'

red 220 ◦ green 202 ◦ blue 23

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

Shades of Sunflower #DCCA17

Tints of Sunflower #DCCA17

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.39%

 BLUE value IS 23 (9.38% from 255) = 5.17%

R = 49.44%
G = 45.39%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DCCA17 (or 0xDCCA17) is known color: Sunflower. HEX triplet: DC, CA and 17. RGB value is (220,202,23). Sum of RGB (Red+Green+Blue) = 220+202+23=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 202 (79.30% from 255 or 45.39% from 445); Blue value is 23 (9.38% from 255 or 5.17% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCA17 is #2335E8. Grayscale: #BBBBBB. Windows color (decimal): -2307561 or 1559260. OLE color: 1559260.

HSL color Cylindrical-coordinate representation of color #DCCA17: hue angle of 54.52º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCCA17 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 202 23 -
CMYK 0 0.08 0.90 0.14
HSL 54.52º 0.81% 0.48% -
HSV(B) 54.52º 0.9% 0.86% -
XYZ 50.79 57.52 9.24 -
YUV 186.98 35.46 151.55 -
System Red Green Blue C M Y K H S L
Decimal 220 202 23 0 0.08 0.90 0.14 54.52 0.81 0.48
Hex DC CA 17 0 8 5A E 37 51 30
Octal 334 312 27 0 10 132 16 67 121 60
Binary 11011100 11001010 10111 0 1000 1011010 1110 110111 1010001 110000

Color Harmonies of #DCCA17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCA17

Black with #DCCA17

Text Example


Text Example

White with #DCCA17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCA17; }

 p { color: rgb(220,202,23); }

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

background-color css

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

 a { background-color: rgb(220,202,23); }

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

border-color css

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

 span { border-color: rgb(220,202,23); }

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