Html Css Color HEX #DCB71E Sunflower

📋 copy color: '#DCB71E'

red 220 ◦ green 183 ◦ blue 30

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

Shades of Sunflower #DCB71E

Tints of Sunflower #DCB71E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.93%

R = 50.81%
G = 42.26%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DCB71E (or 0xDCB71E) is known color: Sunflower. HEX triplet: DC, B7 and 1E. RGB value is (220,183,30). Sum of RGB (Red+Green+Blue) = 220+183+30=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 183 (71.88% from 255 or 42.26% from 433); Blue value is 30 (12.11% from 255 or 6.93% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB71E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB71E is #2348E1. Grayscale: #B1B1B1. Windows color (decimal): -2312418 or 2013148. OLE color: 2013148.

HSL color Cylindrical-coordinate representation of color #DCB71E: hue angle of 48.32º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DCB71E is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 183 30 -
CMYK 0 0.17 0.86 0.14
HSL 48.32º 0.76% 0.49% -
HSV(B) 48.32º 0.86% 0.86% -
XYZ 46.68 49.18 8.26 -
YUV 176.62 45.26 158.94 -
System Red Green Blue C M Y K H S L
Decimal 220 183 30 0 0.17 0.86 0.14 48.32 0.76 0.49
Hex DC B7 1E 0 11 56 E 30 4C 31
Octal 334 267 36 0 21 126 16 60 114 61
Binary 11011100 10110111 11110 0 10001 1010110 1110 110000 1001100 110001

Color Harmonies of #DCB71E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB71E

Black with #DCB71E

Text Example


Text Example

White with #DCB71E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB71E; }

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

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

background-color css

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

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

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

border-color css

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

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

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