Html Css Color HEX #D5C92F Wattle

📋 copy color: '#D5C92F'

red 213 ◦ green 201 ◦ blue 47

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

Shades of Wattle #D5C92F

Tints of Wattle #D5C92F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.6%

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

R = 46.2%
G = 43.6%
B = 10.2%

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

#D5C92F (or 0xD5C92F) is known color: Wattle. HEX triplet: D5, C9 and 2F. RGB value is (213,201,47). Sum of RGB (Red+Green+Blue) = 213+201+47=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 201 (78.91% from 255 or 43.60% from 461); Blue value is 47 (18.75% from 255 or 10.20% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C92F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C92F is #2A36D0. Grayscale: #BBBBBB. Windows color (decimal): -2766545 or 3131861. OLE color: 3131861.

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

Color convert

RGB 213 201 47 -
CMYK 0 0.06 0.78 0.16
HSL 55.66º 0.66% 0.51% -
HSV(B) 55.66º 0.78% 0.84% -
XYZ 48.84 56.12 10.95 -
YUV 187.03 48.98 146.52 -
System Red Green Blue C M Y K H S L
Decimal 213 201 47 0 0.06 0.78 0.16 55.66 0.66 0.51
Hex D5 C9 2F 0 6 4E 10 38 42 33
Octal 325 311 57 0 6 116 20 70 102 63
Binary 11010101 11001001 101111 0 110 1001110 10000 111000 1000010 110011

Color Harmonies of #D5C92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C92F

Black with #D5C92F

Text Example


Text Example

White with #D5C92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C92F; }

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

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

background-color css

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

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

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

border-color css

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

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

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