Html Css Color HEX #DCBF37 Wattle

📋 copy color: '#DCBF37'

red 220 ◦ green 191 ◦ blue 55

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

Shades of Wattle #DCBF37

Tints of Wattle #DCBF37

RGB

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

 GREEN value IS 191 (75% from 255) = 40.99%

 BLUE value IS 55 (21.88% from 255) = 11.8%

R = 47.21%
G = 40.99%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DCBF37 (or 0xDCBF37) is known color: Wattle. HEX triplet: DC, BF and 37. RGB value is (220,191,55). Sum of RGB (Red+Green+Blue) = 220+191+55=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 55 (21.88% from 255 or 11.80% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBF37 is #2340C8. Grayscale: #B8B8B8. Windows color (decimal): -2310345 or 3653596. OLE color: 3653596.

HSL color Cylindrical-coordinate representation of color #DCBF37: hue angle of 49.45º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCBF37 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 191 55 -
CMYK 0 0.13 0.75 0.14
HSL 49.45º 0.7% 0.54% -
HSV(B) 49.45º 0.75% 0.86% -
XYZ 48.84 52.75 11.22 -
YUV 184.17 55.11 153.56 -
System Red Green Blue C M Y K H S L
Decimal 220 191 55 0 0.13 0.75 0.14 49.45 0.7 0.54
Hex DC BF 37 0 D 4B E 31 46 36
Octal 334 277 67 0 15 113 16 61 106 66
Binary 11011100 10111111 110111 0 1101 1001011 1110 110001 1000110 110110

Color Harmonies of #DCBF37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBF37

Black with #DCBF37

Text Example


Text Example

White with #DCBF37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBF37; }

 p { color: rgb(220,191,55); }

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

background-color css

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

 a { background-color: rgb(220,191,55); }

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

border-color css

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

 span { border-color: rgb(220,191,55); }

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