Html Css Color HEX #DCC01A Sunflower

📋 copy color: '#DCC01A'

red 220 ◦ green 192 ◦ blue 26

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

Shades of Sunflower #DCC01A

Tints of Sunflower #DCC01A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.84%

 BLUE value IS 26 (10.55% from 255) = 5.94%

R = 50.23%
G = 43.84%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DCC01A (or 0xDCC01A) is known color: Sunflower. HEX triplet: DC, C0 and 1A. RGB value is (220,192,26). Sum of RGB (Red+Green+Blue) = 220+192+26=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 26 (10.55% from 255 or 5.94% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC01A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC01A is #233FE5. Grayscale: #B6B6B6. Windows color (decimal): -2310118 or 1753308. OLE color: 1753308.

HSL color Cylindrical-coordinate representation of color #DCC01A: hue angle of 51.34º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DCC01A is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 192 26 -
CMYK 0 0.13 0.88 0.14
HSL 51.34º 0.79% 0.48% -
HSV(B) 51.34º 0.88% 0.86% -
XYZ 48.55 52.99 8.65 -
YUV 181.45 40.28 155.5 -
System Red Green Blue C M Y K H S L
Decimal 220 192 26 0 0.13 0.88 0.14 51.34 0.79 0.48
Hex DC C0 1A 0 D 58 E 33 4F 30
Octal 334 300 32 0 15 130 16 63 117 60
Binary 11011100 11000000 11010 0 1101 1011000 1110 110011 1001111 110000

Color Harmonies of #DCC01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC01A

Black with #DCC01A

Text Example


Text Example

White with #DCC01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC01A; }

 p { color: rgb(220,192,26); }

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

background-color css

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

 a { background-color: rgb(220,192,26); }

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

border-color css

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

 span { border-color: rgb(220,192,26); }

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