Html Css Color HEX #CAC430 Wattle

📋 copy color: '#CAC430'

red 202 ◦ green 196 ◦ blue 48

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

Shades of Wattle #CAC430

Tints of Wattle #CAC430

RGB

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

 GREEN value IS 196 (76.95% from 255) = 43.95%

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

R = 45.29%
G = 43.95%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CAC430 (or 0xCAC430) is known color: Wattle. HEX triplet: CA, C4 and 30. RGB value is (202,196,48). Sum of RGB (Red+Green+Blue) = 202+196+48=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 196 (76.95% from 255 or 43.95% from 446); Blue value is 48 (19.14% from 255 or 10.76% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC430 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC430 is #353BCF. Grayscale: #B5B5B5. Windows color (decimal): -3488720 or 3196106. OLE color: 3196106.

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

Color convert

RGB 202 196 48 -
CMYK 0 0.03 0.76 0.21
HSL 57.66º 0.62% 0.49% -
HSV(B) 57.66º 0.76% 0.79% -
XYZ 44.63 52.25 10.53 -
YUV 180.92 52.99 143.03 -
System Red Green Blue C M Y K H S L
Decimal 202 196 48 0 0.03 0.76 0.21 57.66 0.62 0.49
Hex CA C4 30 0 3 4C 15 3A 3E 31
Octal 312 304 60 0 3 114 25 72 76 61
Binary 11001010 11000100 110000 0 11 1001100 10101 111010 111110 110001

Color Harmonies of #CAC430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC430

Black with #CAC430

Text Example


Text Example

White with #CAC430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC430; }

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

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

background-color css

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

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

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

border-color css

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

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

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