Html Css Color HEX #D5CB34 Wattle

📋 copy color: '#D5CB34'

red 213 ◦ green 203 ◦ blue 52

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

Shades of Wattle #D5CB34

Tints of Wattle #D5CB34

RGB

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

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

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

R = 45.51%
G = 43.38%
B = 11.11%

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

#D5CB34 (or 0xD5CB34) is known color: Wattle. HEX triplet: D5, CB and 34. RGB value is (213,203,52). Sum of RGB (Red+Green+Blue) = 213+203+52=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 52 (20.70% from 255 or 11.11% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CB34 is #2A34CB. Grayscale: #BDBDBD. Windows color (decimal): -2766028 or 3460053. OLE color: 3460053.

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

Color convert

RGB 213 203 52 -
CMYK 0 0.05 0.76 0.16
HSL 56.27º 0.66% 0.52% -
HSV(B) 56.27º 0.76% 0.84% -
XYZ 49.42 57.11 11.67 -
YUV 188.78 50.81 145.28 -
System Red Green Blue C M Y K H S L
Decimal 213 203 52 0 0.05 0.76 0.16 56.27 0.66 0.52
Hex D5 CB 34 0 5 4C 10 38 42 34
Octal 325 313 64 0 5 114 20 70 102 64
Binary 11010101 11001011 110100 0 101 1001100 10000 111000 1000010 110100

Color Harmonies of #D5CB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CB34

Black with #D5CB34

Text Example


Text Example

White with #D5CB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CB34; }

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

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

background-color css

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

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

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

border-color css

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

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

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