Html Css Color HEX #D5CD43 Wattle

📋 copy color: '#D5CD43'

red 213 ◦ green 205 ◦ blue 67

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

Shades of Wattle #D5CD43

Tints of Wattle #D5CD43

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.27%

 BLUE value IS 67 (26.56% from 255) = 13.81%

R = 43.92%
G = 42.27%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D5CD43 (or 0xD5CD43) is known color: Wattle. HEX triplet: D5, CD and 43. RGB value is (213,205,67). Sum of RGB (Red+Green+Blue) = 213+205+67=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 67 (26.56% from 255 or 13.81% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CD43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CD43 is #2A32BC. Grayscale: #C0C0C0. Windows color (decimal): -2765501 or 4443605. OLE color: 4443605.

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

Color convert

RGB 213 205 67 -
CMYK 0 0.04 0.69 0.16
HSL 56.71º 0.63% 0.55% -
HSV(B) 56.71º 0.69% 0.84% -
XYZ 50.29 58.21 13.9 -
YUV 191.66 57.65 143.22 -
System Red Green Blue C M Y K H S L
Decimal 213 205 67 0 0.04 0.69 0.16 56.71 0.63 0.55
Hex D5 CD 43 0 4 45 10 39 3F 37
Octal 325 315 103 0 4 105 20 71 77 67
Binary 11010101 11001101 1000011 0 100 1000101 10000 111001 111111 110111

Color Harmonies of #D5CD43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CD43

Black with #D5CD43

Text Example


Text Example

White with #D5CD43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CD43; }

 p { color: rgb(213,205,67); }

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

background-color css

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

 a { background-color: rgb(213,205,67); }

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

border-color css

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

 span { border-color: rgb(213,205,67); }

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