Html Css Color HEX #D5CE3F Wattle

📋 copy color: '#D5CE3F'

red 213 ◦ green 206 ◦ blue 63

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

Shades of Wattle #D5CE3F

Tints of Wattle #D5CE3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.07%

R = 44.19%
G = 42.74%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D5CE3F (or 0xD5CE3F) is known color: Wattle. HEX triplet: D5, CE and 3F. RGB value is (213,206,63). Sum of RGB (Red+Green+Blue) = 213+206+63=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 63 (25% from 255 or 13.07% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CE3F is #2A31C0. Grayscale: #C0C0C0. Windows color (decimal): -2765249 or 4181717. OLE color: 4181717.

HSL color Cylindrical-coordinate representation of color #D5CE3F: hue angle of 57.2º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D5CE3F is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 206 63 -
CMYK 0 0.03 0.70 0.16
HSL 57.2º 0.64% 0.54% -
HSV(B) 57.2º 0.7% 0.84% -
XYZ 50.41 58.65 13.37 -
YUV 191.79 55.32 143.13 -
System Red Green Blue C M Y K H S L
Decimal 213 206 63 0 0.03 0.70 0.16 57.2 0.64 0.54
Hex D5 CE 3F 0 3 46 10 39 40 36
Octal 325 316 77 0 3 106 20 71 100 66
Binary 11010101 11001110 111111 0 11 1000110 10000 111001 1000000 110110

Color Harmonies of #D5CE3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CE3F

Black with #D5CE3F

Text Example


Text Example

White with #D5CE3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CE3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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