Html Css Color HEX #DCB71D Sunflower

📋 copy color: '#DCB71D'

red 220 ◦ green 183 ◦ blue 29

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

Shades of Sunflower #DCB71D

Tints of Sunflower #DCB71D

RGB

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

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

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

R = 50.93%
G = 42.36%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DCB71D (or 0xDCB71D) is known color: Sunflower. HEX triplet: DC, B7 and 1D. RGB value is (220,183,29). Sum of RGB (Red+Green+Blue) = 220+183+29=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 183 (71.88% from 255 or 42.36% from 432); Blue value is 29 (11.72% from 255 or 6.71% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB71D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB71D is #2348E2. Grayscale: #B1B1B1. Windows color (decimal): -2312419 or 1947612. OLE color: 1947612.

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

Color convert

RGB 220 183 29 -
CMYK 0 0.17 0.87 0.14
HSL 48.38º 0.77% 0.49% -
HSV(B) 48.38º 0.87% 0.86% -
XYZ 46.67 49.17 8.19 -
YUV 176.51 44.76 159.02 -
System Red Green Blue C M Y K H S L
Decimal 220 183 29 0 0.17 0.87 0.14 48.38 0.77 0.49
Hex DC B7 1D 0 11 57 E 30 4D 31
Octal 334 267 35 0 21 127 16 60 115 61
Binary 11011100 10110111 11101 0 10001 1010111 1110 110000 1001101 110001

Color Harmonies of #DCB71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB71D

Black with #DCB71D

Text Example


Text Example

White with #DCB71D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB71D; }

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

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

background-color css

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

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

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

border-color css

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

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

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