Html Css Color HEX #CACC4D Wattle

📋 copy color: '#CACC4D'

red 202 ◦ green 204 ◦ blue 77

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

Shades of Wattle #CACC4D

Tints of Wattle #CACC4D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.24%

 BLUE value IS 77 (30.47% from 255) = 15.94%

R = 41.82%
G = 42.24%
B = 15.94%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CACC4D (or 0xCACC4D) is known color: Wattle. HEX triplet: CA, CC and 4D. RGB value is (202,204,77). Sum of RGB (Red+Green+Blue) = 202+204+77=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 77 (30.47% from 255 or 15.94% from 483); Max value from RGB is 204 - color contains mainly: green. Hex color #CACC4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACC4D is #3533B2. Grayscale: #BDBDBD. Windows color (decimal): -3486643 or 5098698. OLE color: 5098698.

HSL color Cylindrical-coordinate representation of color #CACC4D: hue angle of 60.94º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CACC4D is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.

Color convert

RGB 202 204 77 -
CMYK 0.01 0 0.62 0.2
HSL 60.94º 0.55% 0.55% -
HSV(B) 60.94º 0.62% 0.8% -
XYZ 47.29 56.28 15.39 -
YUV 188.92 64.84 137.33 -
System Red Green Blue C M Y K H S L
Decimal 202 204 77 0.01 0 0.62 0.2 60.94 0.55 0.55
Hex CA CC 4D 1 0 3E 14 3D 37 37
Octal 312 314 115 1 0 76 24 75 67 67
Binary 11001010 11001100 1001101 1 0 111110 10100 111101 110111 110111

Color Harmonies of #CACC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACC4D

Black with #CACC4D

Text Example


Text Example

White with #CACC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACC4D; }

 p { color: rgb(202,204,77); }

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

background-color css

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

 a { background-color: rgb(202,204,77); }

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

border-color css

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

 span { border-color: rgb(202,204,77); }

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