Html Css Color HEX #DCC71C Sunflower

📋 copy color: '#DCC71C'

red 220 ◦ green 199 ◦ blue 28

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

Shades of Sunflower #DCC71C

Tints of Sunflower #DCC71C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.52%

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

R = 49.22%
G = 44.52%
B = 6.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DCC71C (or 0xDCC71C) is known color: Sunflower. HEX triplet: DC, C7 and 1C. RGB value is (220,199,28). Sum of RGB (Red+Green+Blue) = 220+199+28=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 199 (78.12% from 255 or 44.52% from 447); Blue value is 28 (11.33% from 255 or 6.26% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC71C is #2338E3. Grayscale: #BABABA. Windows color (decimal): -2308324 or 1886172. OLE color: 1886172.

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

Color convert

RGB 220 199 28 -
CMYK 0 0.10 0.87 0.14
HSL 53.44º 0.77% 0.49% -
HSV(B) 53.44º 0.87% 0.86% -
XYZ 50.15 56.15 9.29 -
YUV 185.79 38.96 152.4 -
System Red Green Blue C M Y K H S L
Decimal 220 199 28 0 0.10 0.87 0.14 53.44 0.77 0.49
Hex DC C7 1C 0 A 57 E 35 4D 31
Octal 334 307 34 0 12 127 16 65 115 61
Binary 11011100 11000111 11100 0 1010 1010111 1110 110101 1001101 110001

Color Harmonies of #DCC71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC71C

Black with #DCC71C

Text Example


Text Example

White with #DCC71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC71C; }

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

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

background-color css

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

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

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

border-color css

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

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

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