Html Css Color HEX #D5CB37 Wattle

📋 copy color: '#D5CB37'

red 213 ◦ green 203 ◦ blue 55

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

Shades of Wattle #D5CB37

Tints of Wattle #D5CB37

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.1%

 BLUE value IS 55 (21.88% from 255) = 11.68%

R = 45.22%
G = 43.1%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D5CB37 (or 0xD5CB37) is known color: Wattle. HEX triplet: D5, CB and 37. RGB value is (213,203,55). Sum of RGB (Red+Green+Blue) = 213+203+55=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 55 (21.88% from 255 or 11.68% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CB37 is #2A34C8. Grayscale: #BDBDBD. Windows color (decimal): -2766025 or 3656661. OLE color: 3656661.

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

Color convert

RGB 213 203 55 -
CMYK 0 0.05 0.74 0.16
HSL 56.2º 0.65% 0.53% -
HSV(B) 56.2º 0.74% 0.84% -
XYZ 49.49 57.13 12.03 -
YUV 189.12 52.31 145.03 -
System Red Green Blue C M Y K H S L
Decimal 213 203 55 0 0.05 0.74 0.16 56.2 0.65 0.53
Hex D5 CB 37 0 5 4A 10 38 41 35
Octal 325 313 67 0 5 112 20 70 101 65
Binary 11010101 11001011 110111 0 101 1001010 10000 111000 1000001 110101

Color Harmonies of #D5CB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CB37

Black with #D5CB37

Text Example


Text Example

White with #D5CB37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CB37; }

 p { color: rgb(213,203,55); }

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

background-color css

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

 a { background-color: rgb(213,203,55); }

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

border-color css

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

 span { border-color: rgb(213,203,55); }

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