Html Css Color HEX #D5CA34 Wattle

📋 copy color: '#D5CA34'

red 213 ◦ green 202 ◦ blue 52

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

Shades of Wattle #D5CA34

Tints of Wattle #D5CA34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.13%

R = 45.61%
G = 43.25%
B = 11.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D5CA34 (or 0xD5CA34) is known color: Wattle. HEX triplet: D5, CA and 34. RGB value is (213,202,52). Sum of RGB (Red+Green+Blue) = 213+202+52=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 52 (20.70% from 255 or 11.13% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CA34 is #2A35CB. Grayscale: #BCBCBC. Windows color (decimal): -2766284 or 3459797. OLE color: 3459797.

HSL color Cylindrical-coordinate representation of color #D5CA34: hue angle of 55.9º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D5CA34 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 202 52 -
CMYK 0 0.05 0.76 0.16
HSL 55.9º 0.66% 0.52% -
HSV(B) 55.9º 0.76% 0.84% -
XYZ 49.18 56.64 11.59 -
YUV 188.19 51.14 145.7 -
System Red Green Blue C M Y K H S L
Decimal 213 202 52 0 0.05 0.76 0.16 55.9 0.66 0.52
Hex D5 CA 34 0 5 4C 10 38 42 34
Octal 325 312 64 0 5 114 20 70 102 64
Binary 11010101 11001010 110100 0 101 1001100 10000 111000 1000010 110100

Color Harmonies of #D5CA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CA34

Black with #D5CA34

Text Example


Text Example

White with #D5CA34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CA34; }

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

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

background-color css

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

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

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

border-color css

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

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

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