Html Css Color HEX #C9C13D Wattle

📋 copy color: '#C9C13D'

red 201 ◦ green 193 ◦ blue 61

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

Shades of Wattle #C9C13D

Tints of Wattle #C9C13D

RGB

 RED value IS 201 (78.91% from 255) = 44.18%

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

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

R = 44.18%
G = 42.42%
B = 13.41%

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

#C9C13D (or 0xC9C13D) is known color: Wattle. HEX triplet: C9, C1 and 3D. RGB value is (201,193,61). Sum of RGB (Red+Green+Blue) = 201+193+61=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 61 (24.22% from 255 or 13.41% from 455); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C13D is #363EC2. Grayscale: #B4B4B4. Windows color (decimal): -3555011 or 4047305. OLE color: 4047305.

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

Color convert

RGB 201 193 61 -
CMYK 0 0.04 0.70 0.21
HSL 56.57º 0.56% 0.51% -
HSV(B) 56.57º 0.7% 0.79% -
XYZ 44 50.89 11.92 -
YUV 180.34 60.65 142.73 -
System Red Green Blue C M Y K H S L
Decimal 201 193 61 0 0.04 0.70 0.21 56.57 0.56 0.51
Hex C9 C1 3D 0 4 46 15 39 38 33
Octal 311 301 75 0 4 106 25 71 70 63
Binary 11001001 11000001 111101 0 100 1000110 10101 111001 111000 110011

Color Harmonies of #C9C13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C13D

Black with #C9C13D

Text Example


Text Example

White with #C9C13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C13D; }

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

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

background-color css

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

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

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

border-color css

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

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

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