Html Css Color HEX #D5C935 Wattle

📋 copy color: '#D5C935'

red 213 ◦ green 201 ◦ blue 53

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

Shades of Wattle #D5C935

Tints of Wattle #D5C935

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.04%

 BLUE value IS 53 (21.09% from 255) = 11.35%

R = 45.61%
G = 43.04%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D5C935 (or 0xD5C935) is known color: Wattle. HEX triplet: D5, C9 and 35. RGB value is (213,201,53). Sum of RGB (Red+Green+Blue) = 213+201+53=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 201 (78.91% from 255 or 43.04% from 467); Blue value is 53 (21.09% from 255 or 11.35% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C935 is #2A36CA. Grayscale: #BCBCBC. Windows color (decimal): -2766539 or 3525077. OLE color: 3525077.

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

Color convert

RGB 213 201 53 -
CMYK 0 0.06 0.75 0.16
HSL 55.5º 0.66% 0.52% -
HSV(B) 55.5º 0.75% 0.84% -
XYZ 48.97 56.18 11.63 -
YUV 187.72 51.98 146.03 -
System Red Green Blue C M Y K H S L
Decimal 213 201 53 0 0.06 0.75 0.16 55.5 0.66 0.52
Hex D5 C9 35 0 6 4B 10 38 42 34
Octal 325 311 65 0 6 113 20 70 102 64
Binary 11010101 11001001 110101 0 110 1001011 10000 111000 1000010 110100

Color Harmonies of #D5C935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C935

Black with #D5C935

Text Example


Text Example

White with #D5C935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C935; }

 p { color: rgb(213,201,53); }

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

background-color css

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

 a { background-color: rgb(213,201,53); }

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

border-color css

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

 span { border-color: rgb(213,201,53); }

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