Html Css Color HEX #CAC630 Wattle

📋 copy color: '#CAC630'

red 202 ◦ green 198 ◦ blue 48

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

Shades of Wattle #CAC630

Tints of Wattle #CAC630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.71%

R = 45.09%
G = 44.2%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CAC630 (or 0xCAC630) is known color: Wattle. HEX triplet: CA, C6 and 30. RGB value is (202,198,48). Sum of RGB (Red+Green+Blue) = 202+198+48=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 198 (77.73% from 255 or 44.20% from 448); Blue value is 48 (19.14% from 255 or 10.71% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC630 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC630 is #3539CF. Grayscale: #B6B6B6. Windows color (decimal): -3488208 or 3196618. OLE color: 3196618.

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

Color convert

RGB 202 198 48 -
CMYK 0 0.02 0.76 0.21
HSL 58.44º 0.62% 0.49% -
HSV(B) 58.44º 0.76% 0.79% -
XYZ 45.08 53.16 10.68 -
YUV 182.1 52.33 142.2 -
System Red Green Blue C M Y K H S L
Decimal 202 198 48 0 0.02 0.76 0.21 58.44 0.62 0.49
Hex CA C6 30 0 2 4C 15 3A 3E 31
Octal 312 306 60 0 2 114 25 72 76 61
Binary 11001010 11000110 110000 0 10 1001100 10101 111010 111110 110001

Color Harmonies of #CAC630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC630

Black with #CAC630

Text Example


Text Example

White with #CAC630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC630; }

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

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

background-color css

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

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

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

border-color css

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

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

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