Html Css Color HEX #CAC63B Wattle

📋 copy color: '#CAC63B'

red 202 ◦ green 198 ◦ blue 59

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

Shades of Wattle #CAC63B

Tints of Wattle #CAC63B

RGB

 RED value IS 202 (79.3% from 255) = 44.01%

 GREEN value IS 198 (77.73% from 255) = 43.14%

 BLUE value IS 59 (23.44% from 255) = 12.85%

R = 44.01%
G = 43.14%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CAC63B (or 0xCAC63B) is known color: Wattle. HEX triplet: CA, C6 and 3B. RGB value is (202,198,59). Sum of RGB (Red+Green+Blue) = 202+198+59=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 198 (77.73% from 255 or 43.14% from 459); Blue value is 59 (23.44% from 255 or 12.85% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC63B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC63B is #3539C4. Grayscale: #B7B7B7. Windows color (decimal): -3488197 or 3917514. OLE color: 3917514.

HSL color Cylindrical-coordinate representation of color #CAC63B: hue angle of 58.32º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CAC63B is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 198 59 -
CMYK 0 0.02 0.71 0.21
HSL 58.32º 0.57% 0.51% -
HSV(B) 58.32º 0.71% 0.79% -
XYZ 45.34 53.26 12.03 -
YUV 183.35 57.83 141.3 -
System Red Green Blue C M Y K H S L
Decimal 202 198 59 0 0.02 0.71 0.21 58.32 0.57 0.51
Hex CA C6 3B 0 2 47 15 3A 39 33
Octal 312 306 73 0 2 107 25 72 71 63
Binary 11001010 11000110 111011 0 10 1000111 10101 111010 111001 110011

Color Harmonies of #CAC63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC63B

Black with #CAC63B

Text Example


Text Example

White with #CAC63B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC63B; }

 p { color: rgb(202,198,59); }

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

background-color css

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

 a { background-color: rgb(202,198,59); }

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

border-color css

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

 span { border-color: rgb(202,198,59); }

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