Html Css Color HEX #DCB81D Sunflower

📋 copy color: '#DCB81D'

red 220 ◦ green 184 ◦ blue 29

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

Shades of Sunflower #DCB81D

Tints of Sunflower #DCB81D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.49%

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

R = 50.81%
G = 42.49%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DCB81D (or 0xDCB81D) is known color: Sunflower. HEX triplet: DC, B8 and 1D. RGB value is (220,184,29). Sum of RGB (Red+Green+Blue) = 220+184+29=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 184 (72.27% from 255 or 42.49% from 433); Blue value is 29 (11.72% from 255 or 6.70% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB81D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB81D is #2347E2. Grayscale: #B1B1B1. Windows color (decimal): -2312163 or 1947868. OLE color: 1947868.

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

Color convert

RGB 220 184 29 -
CMYK 0 0.16 0.87 0.14
HSL 48.69º 0.77% 0.49% -
HSV(B) 48.69º 0.87% 0.86% -
XYZ 46.88 49.59 8.26 -
YUV 177.09 44.43 158.6 -
System Red Green Blue C M Y K H S L
Decimal 220 184 29 0 0.16 0.87 0.14 48.69 0.77 0.49
Hex DC B8 1D 0 10 57 E 31 4D 31
Octal 334 270 35 0 20 127 16 61 115 61
Binary 11011100 10111000 11101 0 10000 1010111 1110 110001 1001101 110001

Color Harmonies of #DCB81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB81D

Black with #DCB81D

Text Example


Text Example

White with #DCB81D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB81D; }

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

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

background-color css

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

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

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

border-color css

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

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

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