Html Css Color HEX #D5CE2E Wattle

📋 copy color: '#D5CE2E'

red 213 ◦ green 206 ◦ blue 46

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

Shades of Wattle #D5CE2E

Tints of Wattle #D5CE2E

RGB

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

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

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

R = 45.81%
G = 44.3%
B = 9.89%

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

#D5CE2E (or 0xD5CE2E) is known color: Wattle. HEX triplet: D5, CE and 2E. RGB value is (213,206,46). Sum of RGB (Red+Green+Blue) = 213+206+46=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 46 (18.36% from 255 or 9.89% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CE2E is #2A31D1. Grayscale: #BEBEBE. Windows color (decimal): -2765266 or 3067605. OLE color: 3067605.

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

Color convert

RGB 213 206 46 -
CMYK 0 0.03 0.78 0.16
HSL 57.49º 0.67% 0.51% -
HSV(B) 57.49º 0.78% 0.84% -
XYZ 50.01 58.49 11.24 -
YUV 189.85 46.82 144.51 -
System Red Green Blue C M Y K H S L
Decimal 213 206 46 0 0.03 0.78 0.16 57.49 0.67 0.51
Hex D5 CE 2E 0 3 4E 10 39 43 33
Octal 325 316 56 0 3 116 20 71 103 63
Binary 11010101 11001110 101110 0 11 1001110 10000 111001 1000011 110011

Color Harmonies of #D5CE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CE2E

Black with #D5CE2E

Text Example


Text Example

White with #D5CE2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CE2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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