Html Css Color HEX #D5C92E Wattle

📋 copy color: '#D5C92E'

red 213 ◦ green 201 ◦ blue 46

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

Shades of Wattle #D5C92E

Tints of Wattle #D5C92E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10%

R = 46.3%
G = 43.7%
B = 10%

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

#D5C92E (or 0xD5C92E) is known color: Wattle. HEX triplet: D5, C9 and 2E. RGB value is (213,201,46). Sum of RGB (Red+Green+Blue) = 213+201+46=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 201 (78.91% from 255 or 43.70% from 460); Blue value is 46 (18.36% from 255 or 10% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C92E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C92E is #2A36D1. Grayscale: #BBBBBB. Windows color (decimal): -2766546 or 3066325. OLE color: 3066325.

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

Color convert

RGB 213 201 46 -
CMYK 0 0.06 0.78 0.16
HSL 55.69º 0.67% 0.51% -
HSV(B) 55.69º 0.78% 0.84% -
XYZ 48.82 56.12 10.84 -
YUV 186.92 48.48 146.6 -
System Red Green Blue C M Y K H S L
Decimal 213 201 46 0 0.06 0.78 0.16 55.69 0.67 0.51
Hex D5 C9 2E 0 6 4E 10 38 43 33
Octal 325 311 56 0 6 116 20 70 103 63
Binary 11010101 11001001 101110 0 110 1001110 10000 111000 1000011 110011

Color Harmonies of #D5C92E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C92E

Black with #D5C92E

Text Example


Text Example

White with #D5C92E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C92E; }

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

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

background-color css

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

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

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

border-color css

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

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

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