Html Css Color HEX #DCB71B Sunflower

📋 copy color: '#DCB71B'

red 220 ◦ green 183 ◦ blue 27

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

Shades of Sunflower #DCB71B

Tints of Sunflower #DCB71B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.28%

R = 51.16%
G = 42.56%
B = 6.28%

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

#DCB71B (or 0xDCB71B) is known color: Sunflower. HEX triplet: DC, B7 and 1B. RGB value is (220,183,27). Sum of RGB (Red+Green+Blue) = 220+183+27=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 183 (71.88% from 255 or 42.56% from 430); Blue value is 27 (10.94% from 255 or 6.28% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB71B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB71B is #2348E4. Grayscale: #B0B0B0. Windows color (decimal): -2312421 or 1816540. OLE color: 1816540.

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

Color convert

RGB 220 183 27 -
CMYK 0 0.17 0.88 0.14
HSL 48.5º 0.78% 0.48% -
HSV(B) 48.5º 0.88% 0.86% -
XYZ 46.65 49.16 8.07 -
YUV 176.28 43.76 159.18 -
System Red Green Blue C M Y K H S L
Decimal 220 183 27 0 0.17 0.88 0.14 48.5 0.78 0.48
Hex DC B7 1B 0 11 58 E 30 4E 30
Octal 334 267 33 0 21 130 16 60 116 60
Binary 11011100 10110111 11011 0 10001 1011000 1110 110000 1001110 110000

Color Harmonies of #DCB71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB71B

Black with #DCB71B

Text Example


Text Example

White with #DCB71B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB71B; }

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

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

background-color css

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

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

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

border-color css

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

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

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