Html Css Color HEX #CCC741 Wattle

📋 copy color: '#CCC741'

red 204 ◦ green 199 ◦ blue 65

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

Shades of Wattle #CCC741

Tints of Wattle #CCC741

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.52%

 BLUE value IS 65 (25.78% from 255) = 13.89%

R = 43.59%
G = 42.52%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CCC741 (or 0xCCC741) is known color: Wattle. HEX triplet: CC, C7 and 41. RGB value is (204,199,65). Sum of RGB (Red+Green+Blue) = 204+199+65=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 199 (78.12% from 255 or 42.52% from 468); Blue value is 65 (25.78% from 255 or 13.89% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC741 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC741 is #3338BE. Grayscale: #B9B9B9. Windows color (decimal): -3356863 or 4310988. OLE color: 4310988.

HSL color Cylindrical-coordinate representation of color #CCC741: hue angle of 57.84º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CCC741 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 199 65 -
CMYK 0 0.02 0.68 0.2
HSL 57.84º 0.58% 0.53% -
HSV(B) 57.84º 0.68% 0.8% -
XYZ 46.28 54.07 13 -
YUV 185.22 60.16 141.4 -
System Red Green Blue C M Y K H S L
Decimal 204 199 65 0 0.02 0.68 0.2 57.84 0.58 0.53
Hex CC C7 41 0 2 44 14 3A 3A 35
Octal 314 307 101 0 2 104 24 72 72 65
Binary 11001100 11000111 1000001 0 10 1000100 10100 111010 111010 110101

Color Harmonies of #CCC741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC741

Black with #CCC741

Text Example


Text Example

White with #CCC741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC741; }

 p { color: rgb(204,199,65); }

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

background-color css

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

 a { background-color: rgb(204,199,65); }

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

border-color css

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

 span { border-color: rgb(204,199,65); }

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