Html Css Color HEX #D5C82F Wattle

📋 copy color: '#D5C82F'

red 213 ◦ green 200 ◦ blue 47

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

Shades of Wattle #D5C82F

Tints of Wattle #D5C82F

RGB

 RED value IS 213 (83.59% from 255) = 46.3%

 GREEN value IS 200 (78.52% from 255) = 43.48%

 BLUE value IS 47 (18.75% from 255) = 10.22%

R = 46.3%
G = 43.48%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D5C82F (or 0xD5C82F) is known color: Wattle. HEX triplet: D5, C8 and 2F. RGB value is (213,200,47). Sum of RGB (Red+Green+Blue) = 213+200+47=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 200 (78.52% from 255 or 43.48% from 460); Blue value is 47 (18.75% from 255 or 10.22% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C82F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C82F is #2A37D0. Grayscale: #BBBBBB. Windows color (decimal): -2766801 or 3131605. OLE color: 3131605.

HSL color Cylindrical-coordinate representation of color #D5C82F: hue angle of 55.3º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D5C82F is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 200 47 -
CMYK 0 0.06 0.78 0.16
HSL 55.3º 0.66% 0.51% -
HSV(B) 55.3º 0.78% 0.84% -
XYZ 48.61 55.66 10.87 -
YUV 186.45 49.31 146.94 -
System Red Green Blue C M Y K H S L
Decimal 213 200 47 0 0.06 0.78 0.16 55.3 0.66 0.51
Hex D5 C8 2F 0 6 4E 10 37 42 33
Octal 325 310 57 0 6 116 20 67 102 63
Binary 11010101 11001000 101111 0 110 1001110 10000 110111 1000010 110011

Color Harmonies of #D5C82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C82F

Black with #D5C82F

Text Example


Text Example

White with #D5C82F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C82F; }

 p { color: rgb(213,200,47); }

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

background-color css

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

 a { background-color: rgb(213,200,47); }

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

border-color css

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

 span { border-color: rgb(213,200,47); }

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