Html Css Color HEX #DCC21C Sunflower

📋 copy color: '#DCC21C'

red 220 ◦ green 194 ◦ blue 28

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

Shades of Sunflower #DCC21C

Tints of Sunflower #DCC21C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.89%

 BLUE value IS 28 (11.33% from 255) = 6.33%

R = 49.77%
G = 43.89%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DCC21C (or 0xDCC21C) is known color: Sunflower. HEX triplet: DC, C2 and 1C. RGB value is (220,194,28). Sum of RGB (Red+Green+Blue) = 220+194+28=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 194 (76.17% from 255 or 43.89% from 442); Blue value is 28 (11.33% from 255 or 6.33% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC21C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC21C is #233DE3. Grayscale: #B7B7B7. Windows color (decimal): -2309604 or 1884892. OLE color: 1884892.

HSL color Cylindrical-coordinate representation of color #DCC21C: hue angle of 51.88º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DCC21C is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 194 28 -
CMYK 0 0.12 0.87 0.14
HSL 51.88º 0.77% 0.49% -
HSV(B) 51.88º 0.87% 0.86% -
XYZ 49.02 53.88 8.92 -
YUV 182.85 40.61 154.5 -
System Red Green Blue C M Y K H S L
Decimal 220 194 28 0 0.12 0.87 0.14 51.88 0.77 0.49
Hex DC C2 1C 0 C 57 E 34 4D 31
Octal 334 302 34 0 14 127 16 64 115 61
Binary 11011100 11000010 11100 0 1100 1010111 1110 110100 1001101 110001

Color Harmonies of #DCC21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC21C

Black with #DCC21C

Text Example


Text Example

White with #DCC21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC21C; }

 p { color: rgb(220,194,28); }

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

background-color css

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

 a { background-color: rgb(220,194,28); }

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

border-color css

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

 span { border-color: rgb(220,194,28); }

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