Html Css Color HEX #DCC91C Sunflower

📋 copy color: '#DCC91C'

red 220 ◦ green 201 ◦ blue 28

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

Shades of Sunflower #DCC91C

Tints of Sunflower #DCC91C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.77%

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

R = 49%
G = 44.77%
B = 6.24%

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

#DCC91C (or 0xDCC91C) is known color: Sunflower. HEX triplet: DC, C9 and 1C. RGB value is (220,201,28). Sum of RGB (Red+Green+Blue) = 220+201+28=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 201 (78.91% from 255 or 44.77% from 449); Blue value is 28 (11.33% from 255 or 6.24% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC91C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC91C is #2336E3. Grayscale: #BBBBBB. Windows color (decimal): -2307812 or 1886684. OLE color: 1886684.

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

Color convert

RGB 220 201 28 -
CMYK 0 0.09 0.87 0.14
HSL 54.06º 0.77% 0.49% -
HSV(B) 54.06º 0.87% 0.86% -
XYZ 50.61 57.07 9.45 -
YUV 186.96 38.29 151.57 -
System Red Green Blue C M Y K H S L
Decimal 220 201 28 0 0.09 0.87 0.14 54.06 0.77 0.49
Hex DC C9 1C 0 9 57 E 36 4D 31
Octal 334 311 34 0 11 127 16 66 115 61
Binary 11011100 11001001 11100 0 1001 1010111 1110 110110 1001101 110001

Color Harmonies of #DCC91C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC91C

Black with #DCC91C

Text Example


Text Example

White with #DCC91C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC91C; }

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

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

background-color css

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

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

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

border-color css

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

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

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