Html Css Color HEX #DCC81C Sunflower

📋 copy color: '#DCC81C'

red 220 ◦ green 200 ◦ blue 28

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

Shades of Sunflower #DCC81C

Tints of Sunflower #DCC81C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.64%

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

R = 49.11%
G = 44.64%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DCC81C (or 0xDCC81C) is known color: Sunflower. HEX triplet: DC, C8 and 1C. RGB value is (220,200,28). Sum of RGB (Red+Green+Blue) = 220+200+28=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 200 (78.52% from 255 or 44.64% from 448); Blue value is 28 (11.33% from 255 or 6.25% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC81C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC81C is #2337E3. Grayscale: #BBBBBB. Windows color (decimal): -2308068 or 1886428. OLE color: 1886428.

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

Color convert

RGB 220 200 28 -
CMYK 0 0.09 0.87 0.14
HSL 53.75º 0.77% 0.49% -
HSV(B) 53.75º 0.87% 0.86% -
XYZ 50.38 56.61 9.37 -
YUV 186.37 38.63 151.99 -
System Red Green Blue C M Y K H S L
Decimal 220 200 28 0 0.09 0.87 0.14 53.75 0.77 0.49
Hex DC C8 1C 0 9 57 E 36 4D 31
Octal 334 310 34 0 11 127 16 66 115 61
Binary 11011100 11001000 11100 0 1001 1010111 1110 110110 1001101 110001

Color Harmonies of #DCC81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC81C

Black with #DCC81C

Text Example


Text Example

White with #DCC81C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC81C; }

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

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

background-color css

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

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

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

border-color css

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

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

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