Html Css Color HEX #D5CE44 Wattle

📋 copy color: '#D5CE44'

red 213 ◦ green 206 ◦ blue 68

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

Shades of Wattle #D5CE44

Tints of Wattle #D5CE44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.96%

R = 43.74%
G = 42.3%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D5CE44 (or 0xD5CE44) is known color: Wattle. HEX triplet: D5, CE and 44. RGB value is (213,206,68). Sum of RGB (Red+Green+Blue) = 213+206+68=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 68 (26.95% from 255 or 13.96% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CE44 is #2A31BB. Grayscale: #C0C0C0. Windows color (decimal): -2765244 or 4509397. OLE color: 4509397.

HSL color Cylindrical-coordinate representation of color #D5CE44: hue angle of 57.1º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D5CE44 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 206 68 -
CMYK 0 0.03 0.68 0.16
HSL 57.1º 0.63% 0.55% -
HSV(B) 57.1º 0.68% 0.84% -
XYZ 50.56 58.71 14.14 -
YUV 192.36 57.82 142.72 -
System Red Green Blue C M Y K H S L
Decimal 213 206 68 0 0.03 0.68 0.16 57.1 0.63 0.55
Hex D5 CE 44 0 3 44 10 39 3F 37
Octal 325 316 104 0 3 104 20 71 77 67
Binary 11010101 11001110 1000100 0 11 1000100 10000 111001 111111 110111

Color Harmonies of #D5CE44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CE44

Black with #D5CE44

Text Example


Text Example

White with #D5CE44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CE44; }

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

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

background-color css

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

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

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

border-color css

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

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

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