Html Css Color HEX #DCB71A Sunflower

📋 copy color: '#DCB71A'

red 220 ◦ green 183 ◦ blue 26

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

Shades of Sunflower #DCB71A

Tints of Sunflower #DCB71A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.66%

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

R = 51.28%
G = 42.66%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DCB71A (or 0xDCB71A) is known color: Sunflower. HEX triplet: DC, B7 and 1A. RGB value is (220,183,26). Sum of RGB (Red+Green+Blue) = 220+183+26=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 26 (10.55% from 255 or 6.06% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB71A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB71A is #2348E5. Grayscale: #B0B0B0. Windows color (decimal): -2312422 or 1751004. OLE color: 1751004.

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

Color convert

RGB 220 183 26 -
CMYK 0 0.17 0.88 0.14
HSL 48.56º 0.79% 0.48% -
HSV(B) 48.56º 0.88% 0.86% -
XYZ 46.64 49.16 8.01 -
YUV 176.17 43.26 159.27 -
System Red Green Blue C M Y K H S L
Decimal 220 183 26 0 0.17 0.88 0.14 48.56 0.79 0.48
Hex DC B7 1A 0 11 58 E 31 4F 30
Octal 334 267 32 0 21 130 16 61 117 60
Binary 11011100 10110111 11010 0 10001 1011000 1110 110001 1001111 110000

Color Harmonies of #DCB71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB71A

Black with #DCB71A

Text Example


Text Example

White with #DCB71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB71A; }

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

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

background-color css

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

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

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

border-color css

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

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

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