Html Css Color HEX #CAC631 Wattle

📋 copy color: '#CAC631'

red 202 ◦ green 198 ◦ blue 49

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

Shades of Wattle #CAC631

Tints of Wattle #CAC631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.91%

R = 44.99%
G = 44.1%
B = 10.91%

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

#CAC631 (or 0xCAC631) is known color: Wattle. HEX triplet: CA, C6 and 31. RGB value is (202,198,49). Sum of RGB (Red+Green+Blue) = 202+198+49=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 198 (77.73% from 255 or 44.10% from 449); Blue value is 49 (19.53% from 255 or 10.91% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC631 is #3539CE. Grayscale: #B6B6B6. Windows color (decimal): -3488207 or 3262154. OLE color: 3262154.

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

Color convert

RGB 202 198 49 -
CMYK 0 0.02 0.76 0.21
HSL 58.43º 0.61% 0.49% -
HSV(B) 58.43º 0.76% 0.79% -
XYZ 45.11 53.17 10.79 -
YUV 182.21 52.83 142.12 -
System Red Green Blue C M Y K H S L
Decimal 202 198 49 0 0.02 0.76 0.21 58.43 0.61 0.49
Hex CA C6 31 0 2 4C 15 3A 3D 31
Octal 312 306 61 0 2 114 25 72 75 61
Binary 11001010 11000110 110001 0 10 1001100 10101 111010 111101 110001

Color Harmonies of #CAC631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC631

Black with #CAC631

Text Example


Text Example

White with #CAC631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC631; }

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

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

background-color css

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

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

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

border-color css

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

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

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