Html Css Color HEX #DCCD13 Sunflower

📋 copy color: '#DCCD13'

red 220 ◦ green 205 ◦ blue 19

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

Shades of Sunflower #DCCD13

Tints of Sunflower #DCCD13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.28%

R = 49.55%
G = 46.17%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DCCD13 (or 0xDCCD13) is known color: Sunflower. HEX triplet: DC, CD and 13. RGB value is (220,205,19). Sum of RGB (Red+Green+Blue) = 220+205+19=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 205 (80.47% from 255 or 46.17% from 444); Blue value is 19 (7.81% from 255 or 4.28% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCD13 is #2332EC. Grayscale: #BDBDBD. Windows color (decimal): -2306797 or 1297884. OLE color: 1297884.

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

Color convert

RGB 220 205 19 -
CMYK 0 0.07 0.91 0.14
HSL 55.52º 0.84% 0.47% -
HSV(B) 55.52º 0.91% 0.86% -
XYZ 51.46 58.93 9.28 -
YUV 188.28 32.47 150.62 -
System Red Green Blue C M Y K H S L
Decimal 220 205 19 0 0.07 0.91 0.14 55.52 0.84 0.47
Hex DC CD 13 0 7 5B E 38 54 2F
Octal 334 315 23 0 7 133 16 70 124 57
Binary 11011100 11001101 10011 0 111 1011011 1110 111000 1010100 101111

Color Harmonies of #DCCD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCD13

Black with #DCCD13

Text Example


Text Example

White with #DCCD13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCD13; }

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

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

background-color css

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

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

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

border-color css

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

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

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