Html Css Color HEX #D6CB3A Wattle

📋 copy color: '#D6CB3A'

red 214 ◦ green 203 ◦ blue 58

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

Shades of Wattle #D6CB3A

Tints of Wattle #D6CB3A

RGB

 RED value IS 214 (83.98% from 255) = 45.05%

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

 BLUE value IS 58 (23.05% from 255) = 12.21%

R = 45.05%
G = 42.74%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D6CB3A (or 0xD6CB3A) is known color: Wattle. HEX triplet: D6, CB and 3A. RGB value is (214,203,58). Sum of RGB (Red+Green+Blue) = 214+203+58=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 203 (79.69% from 255 or 42.74% from 475); Blue value is 58 (23.05% from 255 or 12.21% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CB3A is #2934C5. Grayscale: #BEBEBE. Windows color (decimal): -2700486 or 3853270. OLE color: 3853270.

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

Color convert

RGB 214 203 58 -
CMYK 0 0.05 0.73 0.16
HSL 55.77º 0.66% 0.53% -
HSV(B) 55.77º 0.73% 0.84% -
XYZ 49.85 57.31 12.44 -
YUV 189.76 53.64 145.29 -
System Red Green Blue C M Y K H S L
Decimal 214 203 58 0 0.05 0.73 0.16 55.77 0.66 0.53
Hex D6 CB 3A 0 5 49 10 38 42 35
Octal 326 313 72 0 5 111 20 70 102 65
Binary 11010110 11001011 111010 0 101 1001001 10000 111000 1000010 110101

Color Harmonies of #D6CB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CB3A

Black with #D6CB3A

Text Example


Text Example

White with #D6CB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CB3A; }

 p { color: rgb(214,203,58); }

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

background-color css

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

 a { background-color: rgb(214,203,58); }

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

border-color css

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

 span { border-color: rgb(214,203,58); }

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