Html Css Color HEX #D5CA36 Wattle

📋 copy color: '#D5CA36'

red 213 ◦ green 202 ◦ blue 54

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

Shades of Wattle #D5CA36

Tints of Wattle #D5CA36

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.07%

 BLUE value IS 54 (21.48% from 255) = 11.51%

R = 45.42%
G = 43.07%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D5CA36 (or 0xD5CA36) is known color: Wattle. HEX triplet: D5, CA and 36. RGB value is (213,202,54). Sum of RGB (Red+Green+Blue) = 213+202+54=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 54 (21.48% from 255 or 11.51% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CA36 is #2A35C9. Grayscale: #BDBDBD. Windows color (decimal): -2766282 or 3590869. OLE color: 3590869.

HSL color Cylindrical-coordinate representation of color #D5CA36: hue angle of 55.85º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D5CA36 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 202 54 -
CMYK 0 0.05 0.75 0.16
HSL 55.85º 0.65% 0.52% -
HSV(B) 55.85º 0.75% 0.84% -
XYZ 49.23 56.65 11.83 -
YUV 188.42 52.14 145.53 -
System Red Green Blue C M Y K H S L
Decimal 213 202 54 0 0.05 0.75 0.16 55.85 0.65 0.52
Hex D5 CA 36 0 5 4B 10 38 41 34
Octal 325 312 66 0 5 113 20 70 101 64
Binary 11010101 11001010 110110 0 101 1001011 10000 111000 1000001 110100

Color Harmonies of #D5CA36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CA36

Black with #D5CA36

Text Example


Text Example

White with #D5CA36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CA36; }

 p { color: rgb(213,202,54); }

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

background-color css

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

 a { background-color: rgb(213,202,54); }

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

border-color css

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

 span { border-color: rgb(213,202,54); }

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