Html Css Color HEX #DCC71A Sunflower

📋 copy color: '#DCC71A'

red 220 ◦ green 199 ◦ blue 26

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

Shades of Sunflower #DCC71A

Tints of Sunflower #DCC71A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.84%

R = 49.44%
G = 44.72%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DCC71A (or 0xDCC71A) is known color: Sunflower. HEX triplet: DC, C7 and 1A. RGB value is (220,199,26). Sum of RGB (Red+Green+Blue) = 220+199+26=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 199 (78.12% from 255 or 44.72% from 445); Blue value is 26 (10.55% from 255 or 5.84% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC71A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC71A is #2338E5. Grayscale: #BABABA. Windows color (decimal): -2308326 or 1755100. OLE color: 1755100.

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

Color convert

RGB 220 199 26 -
CMYK 0 0.10 0.88 0.14
HSL 53.51º 0.79% 0.48% -
HSV(B) 53.51º 0.88% 0.86% -
XYZ 50.13 56.14 9.17 -
YUV 185.56 37.96 152.57 -
System Red Green Blue C M Y K H S L
Decimal 220 199 26 0 0.10 0.88 0.14 53.51 0.79 0.48
Hex DC C7 1A 0 A 58 E 36 4F 30
Octal 334 307 32 0 12 130 16 66 117 60
Binary 11011100 11000111 11010 0 1010 1011000 1110 110110 1001111 110000

Color Harmonies of #DCC71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC71A

Black with #DCC71A

Text Example


Text Example

White with #DCC71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC71A; }

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

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

background-color css

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

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

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

border-color css

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

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

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