Html Css Color HEX #D5CB36 Wattle

📋 copy color: '#D5CB36'

red 213 ◦ green 203 ◦ blue 54

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

Shades of Wattle #D5CB36

Tints of Wattle #D5CB36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 11.49%

R = 45.32%
G = 43.19%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D5CB36 (or 0xD5CB36) is known color: Wattle. HEX triplet: D5, CB and 36. RGB value is (213,203,54). Sum of RGB (Red+Green+Blue) = 213+203+54=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 203 (79.69% from 255 or 43.19% from 470); Blue value is 54 (21.48% from 255 or 11.49% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CB36 is #2A34C9. Grayscale: #BDBDBD. Windows color (decimal): -2766026 or 3591125. OLE color: 3591125.

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

Color convert

RGB 213 203 54 -
CMYK 0 0.05 0.75 0.16
HSL 56.23º 0.65% 0.52% -
HSV(B) 56.23º 0.75% 0.84% -
XYZ 49.46 57.12 11.91 -
YUV 189 51.81 145.12 -
System Red Green Blue C M Y K H S L
Decimal 213 203 54 0 0.05 0.75 0.16 56.23 0.65 0.52
Hex D5 CB 36 0 5 4B 10 38 41 34
Octal 325 313 66 0 5 113 20 70 101 64
Binary 11010101 11001011 110110 0 101 1001011 10000 111000 1000001 110100

Color Harmonies of #D5CB36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CB36

Black with #D5CB36

Text Example


Text Example

White with #D5CB36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CB36; }

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

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

background-color css

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

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

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

border-color css

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

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

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