Html Css Color HEX #D5CE36 Wattle

📋 copy color: '#D5CE36'

red 213 ◦ green 206 ◦ blue 54

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

Shades of Wattle #D5CE36

Tints of Wattle #D5CE36

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.55%

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

R = 45.03%
G = 43.55%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D5CE36 (or 0xD5CE36) is known color: Wattle. HEX triplet: D5, CE and 36. RGB value is (213,206,54). Sum of RGB (Red+Green+Blue) = 213+206+54=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 54 (21.48% from 255 or 11.42% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CE36 is #2A31C9. Grayscale: #BFBFBF. Windows color (decimal): -2765258 or 3591893. OLE color: 3591893.

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

Color convert

RGB 213 206 54 -
CMYK 0 0.03 0.75 0.16
HSL 57.36º 0.65% 0.52% -
HSV(B) 57.36º 0.75% 0.84% -
XYZ 50.18 58.56 12.15 -
YUV 190.77 50.82 143.86 -
System Red Green Blue C M Y K H S L
Decimal 213 206 54 0 0.03 0.75 0.16 57.36 0.65 0.52
Hex D5 CE 36 0 3 4B 10 39 41 34
Octal 325 316 66 0 3 113 20 71 101 64
Binary 11010101 11001110 110110 0 11 1001011 10000 111001 1000001 110100

Color Harmonies of #D5CE36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CE36

Black with #D5CE36

Text Example


Text Example

White with #D5CE36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CE36; }

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

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

background-color css

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

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

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

border-color css

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

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

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