Html Css Color HEX #D5CE2F Wattle

📋 copy color: '#D5CE2F'

red 213 ◦ green 206 ◦ blue 47

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

Shades of Wattle #D5CE2F

Tints of Wattle #D5CE2F

RGB

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

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

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

R = 45.71%
G = 44.21%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D5CE2F (or 0xD5CE2F) is known color: Wattle. HEX triplet: D5, CE and 2F. RGB value is (213,206,47). Sum of RGB (Red+Green+Blue) = 213+206+47=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 47 (18.75% from 255 or 10.09% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CE2F is #2A31D0. Grayscale: #BEBEBE. Windows color (decimal): -2765265 or 3133141. OLE color: 3133141.

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

Color convert

RGB 213 206 47 -
CMYK 0 0.03 0.78 0.16
HSL 57.47º 0.66% 0.51% -
HSV(B) 57.47º 0.78% 0.84% -
XYZ 50.02 58.49 11.34 -
YUV 189.97 47.32 144.43 -
System Red Green Blue C M Y K H S L
Decimal 213 206 47 0 0.03 0.78 0.16 57.47 0.66 0.51
Hex D5 CE 2F 0 3 4E 10 39 42 33
Octal 325 316 57 0 3 116 20 71 102 63
Binary 11010101 11001110 101111 0 11 1001110 10000 111001 1000010 110011

Color Harmonies of #D5CE2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CE2F

Black with #D5CE2F

Text Example


Text Example

White with #D5CE2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CE2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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