Html Css Color HEX #CAC13D Wattle

📋 copy color: '#CAC13D'

red 202 ◦ green 193 ◦ blue 61

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

Shades of Wattle #CAC13D

Tints of Wattle #CAC13D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.32%

 BLUE value IS 61 (24.22% from 255) = 13.38%

R = 44.3%
G = 42.32%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CAC13D (or 0xCAC13D) is known color: Wattle. HEX triplet: CA, C1 and 3D. RGB value is (202,193,61). Sum of RGB (Red+Green+Blue) = 202+193+61=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 61 (24.22% from 255 or 13.38% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC13D is #353EC2. Grayscale: #B5B5B5. Windows color (decimal): -3489475 or 4047306. OLE color: 4047306.

HSL color Cylindrical-coordinate representation of color #CAC13D: hue angle of 56.17º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CAC13D is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 193 61 -
CMYK 0 0.04 0.70 0.21
HSL 56.17º 0.57% 0.52% -
HSV(B) 56.17º 0.7% 0.79% -
XYZ 44.27 51.03 11.93 -
YUV 180.64 60.48 143.23 -
System Red Green Blue C M Y K H S L
Decimal 202 193 61 0 0.04 0.70 0.21 56.17 0.57 0.52
Hex CA C1 3D 0 4 46 15 38 39 34
Octal 312 301 75 0 4 106 25 70 71 64
Binary 11001010 11000001 111101 0 100 1000110 10101 111000 111001 110100

Color Harmonies of #CAC13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC13D

Black with #CAC13D

Text Example


Text Example

White with #CAC13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC13D; }

 p { color: rgb(202,193,61); }

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

background-color css

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

 a { background-color: rgb(202,193,61); }

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

border-color css

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

 span { border-color: rgb(202,193,61); }

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