Html Css Color HEX #D5CA2F Wattle

📋 copy color: '#D5CA2F'

red 213 ◦ green 202 ◦ blue 47

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

Shades of Wattle #D5CA2F

Tints of Wattle #D5CA2F

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.72%

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

R = 46.1%
G = 43.72%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D5CA2F (or 0xD5CA2F) is known color: Wattle. HEX triplet: D5, CA and 2F. RGB value is (213,202,47). Sum of RGB (Red+Green+Blue) = 213+202+47=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 202 (79.30% from 255 or 43.72% from 462); Blue value is 47 (18.75% from 255 or 10.17% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CA2F is #2A35D0. Grayscale: #BCBCBC. Windows color (decimal): -2766289 or 3132117. OLE color: 3132117.

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

Color convert

RGB 213 202 47 -
CMYK 0 0.05 0.78 0.16
HSL 56.02º 0.66% 0.51% -
HSV(B) 56.02º 0.78% 0.84% -
XYZ 49.07 56.59 11.03 -
YUV 187.62 48.64 146.1 -
System Red Green Blue C M Y K H S L
Decimal 213 202 47 0 0.05 0.78 0.16 56.02 0.66 0.51
Hex D5 CA 2F 0 5 4E 10 38 42 33
Octal 325 312 57 0 5 116 20 70 102 63
Binary 11010101 11001010 101111 0 101 1001110 10000 111000 1000010 110011

Color Harmonies of #D5CA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CA2F

Black with #D5CA2F

Text Example


Text Example

White with #D5CA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CA2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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