Html Css Color HEX #CAC730 Wattle

📋 copy color: '#CAC730'

red 202 ◦ green 199 ◦ blue 48

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

Shades of Wattle #CAC730

Tints of Wattle #CAC730

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.32%

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

R = 44.99%
G = 44.32%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CAC730 (or 0xCAC730) is known color: Wattle. HEX triplet: CA, C7 and 30. RGB value is (202,199,48). Sum of RGB (Red+Green+Blue) = 202+199+48=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 199 (78.12% from 255 or 44.32% from 449); Blue value is 48 (19.14% from 255 or 10.69% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC730 is #3538CF. Grayscale: #B7B7B7. Windows color (decimal): -3487952 or 3196874. OLE color: 3196874.

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

Color convert

RGB 202 199 48 -
CMYK 0 0.01 0.76 0.21
HSL 58.83º 0.62% 0.49% -
HSV(B) 58.83º 0.76% 0.79% -
XYZ 45.31 53.62 10.76 -
YUV 182.68 51.99 141.78 -
System Red Green Blue C M Y K H S L
Decimal 202 199 48 0 0.01 0.76 0.21 58.83 0.62 0.49
Hex CA C7 30 0 1 4C 15 3B 3E 31
Octal 312 307 60 0 1 114 25 73 76 61
Binary 11001010 11000111 110000 0 1 1001100 10101 111011 111110 110001

Color Harmonies of #CAC730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC730

Black with #CAC730

Text Example


Text Example

White with #CAC730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC730; }

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

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

background-color css

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

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

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

border-color css

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

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

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