Html Css Color HEX #CCC13D Wattle

📋 copy color: '#CCC13D'

red 204 ◦ green 193 ◦ blue 61

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

Shades of Wattle #CCC13D

Tints of Wattle #CCC13D

RGB

 RED value IS 204 (80.08% from 255) = 44.54%

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

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

R = 44.54%
G = 42.14%
B = 13.32%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CCC13D (or 0xCCC13D) is known color: Wattle. HEX triplet: CC, C1 and 3D. RGB value is (204,193,61). Sum of RGB (Red+Green+Blue) = 204+193+61=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 193 (75.78% from 255 or 42.14% from 458); Blue value is 61 (24.22% from 255 or 13.32% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC13D is #333EC2. Grayscale: #B5B5B5. Windows color (decimal): -3358403 or 4047308. OLE color: 4047308.

HSL color Cylindrical-coordinate representation of color #CCC13D: hue angle of 55.38º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCC13D is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 193 61 -
CMYK 0 0.05 0.70 0.2
HSL 55.38º 0.58% 0.52% -
HSV(B) 55.38º 0.7% 0.8% -
XYZ 44.81 51.31 11.96 -
YUV 181.24 60.14 144.23 -
System Red Green Blue C M Y K H S L
Decimal 204 193 61 0 0.05 0.70 0.2 55.38 0.58 0.52
Hex CC C1 3D 0 5 46 14 37 3A 34
Octal 314 301 75 0 5 106 24 67 72 64
Binary 11001100 11000001 111101 0 101 1000110 10100 110111 111010 110100

Color Harmonies of #CCC13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC13D

Black with #CCC13D

Text Example


Text Example

White with #CCC13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC13D; }

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

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

background-color css

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

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

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

border-color css

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

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

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