Html Css Color HEX #DCC71E Sunflower

📋 copy color: '#DCC71E'

red 220 ◦ green 199 ◦ blue 30

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

Shades of Sunflower #DCC71E

Tints of Sunflower #DCC71E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.68%

R = 49%
G = 44.32%
B = 6.68%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DCC71E (or 0xDCC71E) is known color: Sunflower. HEX triplet: DC, C7 and 1E. RGB value is (220,199,30). Sum of RGB (Red+Green+Blue) = 220+199+30=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 199 (78.12% from 255 or 44.32% from 449); Blue value is 30 (12.11% from 255 or 6.68% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC71E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC71E is #2338E1. Grayscale: #BABABA. Windows color (decimal): -2308322 or 2017244. OLE color: 2017244.

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

Color convert

RGB 220 199 30 -
CMYK 0 0.10 0.86 0.14
HSL 53.37º 0.76% 0.49% -
HSV(B) 53.37º 0.86% 0.86% -
XYZ 50.17 56.16 9.42 -
YUV 186.01 39.96 152.24 -
System Red Green Blue C M Y K H S L
Decimal 220 199 30 0 0.10 0.86 0.14 53.37 0.76 0.49
Hex DC C7 1E 0 A 56 E 35 4C 31
Octal 334 307 36 0 12 126 16 65 114 61
Binary 11011100 11000111 11110 0 1010 1010110 1110 110101 1001100 110001

Color Harmonies of #DCC71E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC71E

Black with #DCC71E

Text Example


Text Example

White with #DCC71E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC71E; }

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

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

background-color css

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

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

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

border-color css

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

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

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