Html Css Color HEX #DCC71D Sunflower

📋 copy color: '#DCC71D'

red 220 ◦ green 199 ◦ blue 29

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

Shades of Sunflower #DCC71D

Tints of Sunflower #DCC71D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.47%

R = 49.11%
G = 44.42%
B = 6.47%

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

#DCC71D (or 0xDCC71D) is known color: Sunflower. HEX triplet: DC, C7 and 1D. RGB value is (220,199,29). Sum of RGB (Red+Green+Blue) = 220+199+29=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 199 (78.12% from 255 or 44.42% from 448); Blue value is 29 (11.72% from 255 or 6.47% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC71D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC71D is #2338E2. Grayscale: #BABABA. Windows color (decimal): -2308323 or 1951708. OLE color: 1951708.

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

Color convert

RGB 220 199 29 -
CMYK 0 0.10 0.87 0.14
HSL 53.4º 0.77% 0.49% -
HSV(B) 53.4º 0.87% 0.86% -
XYZ 50.16 56.15 9.36 -
YUV 185.9 39.46 152.32 -
System Red Green Blue C M Y K H S L
Decimal 220 199 29 0 0.10 0.87 0.14 53.4 0.77 0.49
Hex DC C7 1D 0 A 57 E 35 4D 31
Octal 334 307 35 0 12 127 16 65 115 61
Binary 11011100 11000111 11101 0 1010 1010111 1110 110101 1001101 110001

Color Harmonies of #DCC71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC71D

Black with #DCC71D

Text Example


Text Example

White with #DCC71D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC71D; }

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

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

background-color css

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

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

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

border-color css

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

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

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