Html Css Color HEX #CAC338 Wattle

📋 copy color: '#CAC338'

red 202 ◦ green 195 ◦ blue 56

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

Shades of Wattle #CAC338

Tints of Wattle #CAC338

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.05%

 BLUE value IS 56 (22.27% from 255) = 12.36%

R = 44.59%
G = 43.05%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#CAC338 (or 0xCAC338) is known color: Wattle. HEX triplet: CA, C3 and 38. RGB value is (202,195,56). Sum of RGB (Red+Green+Blue) = 202+195+56=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 195 (76.56% from 255 or 43.05% from 453); Blue value is 56 (22.27% from 255 or 12.36% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC338 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC338 is #353CC7. Grayscale: #B5B5B5. Windows color (decimal): -3488968 or 3720138. OLE color: 3720138.

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

Color convert

RGB 202 195 56 -
CMYK 0 0.03 0.72 0.21
HSL 57.12º 0.58% 0.51% -
HSV(B) 57.12º 0.72% 0.79% -
XYZ 44.59 51.87 11.4 -
YUV 181.25 57.32 142.8 -
System Red Green Blue C M Y K H S L
Decimal 202 195 56 0 0.03 0.72 0.21 57.12 0.58 0.51
Hex CA C3 38 0 3 48 15 39 3A 33
Octal 312 303 70 0 3 110 25 71 72 63
Binary 11001010 11000011 111000 0 11 1001000 10101 111001 111010 110011

Color Harmonies of #CAC338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC338

Black with #CAC338

Text Example


Text Example

White with #CAC338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC338; }

 p { color: rgb(202,195,56); }

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

background-color css

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

 a { background-color: rgb(202,195,56); }

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

border-color css

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

 span { border-color: rgb(202,195,56); }

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