Html Css Color HEX #DCCD17 Sunflower

📋 copy color: '#DCCD17'

red 220 ◦ green 205 ◦ blue 23

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

Shades of Sunflower #DCCD17

Tints of Sunflower #DCCD17

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.76%

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

R = 49.11%
G = 45.76%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DCCD17 (or 0xDCCD17) is known color: Sunflower. HEX triplet: DC, CD and 17. RGB value is (220,205,23). Sum of RGB (Red+Green+Blue) = 220+205+23=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 205 (80.47% from 255 or 45.76% from 448); Blue value is 23 (9.38% from 255 or 5.13% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCD17 is #2332E8. Grayscale: #BDBDBD. Windows color (decimal): -2306793 or 1560028. OLE color: 1560028.

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

Color convert

RGB 220 205 23 -
CMYK 0 0.07 0.90 0.14
HSL 55.43º 0.81% 0.48% -
HSV(B) 55.43º 0.9% 0.86% -
XYZ 51.5 58.94 9.47 -
YUV 188.74 34.47 150.3 -
System Red Green Blue C M Y K H S L
Decimal 220 205 23 0 0.07 0.90 0.14 55.43 0.81 0.48
Hex DC CD 17 0 7 5A E 37 51 30
Octal 334 315 27 0 7 132 16 67 121 60
Binary 11011100 11001101 10111 0 111 1011010 1110 110111 1010001 110000

Color Harmonies of #DCCD17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCD17

Black with #DCCD17

Text Example


Text Example

White with #DCCD17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCD17; }

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

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

background-color css

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

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

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

border-color css

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

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

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