Html Css Color HEX #CCC744 Wattle

📋 copy color: '#CCC744'

red 204 ◦ green 199 ◦ blue 68

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

Shades of Wattle #CCC744

Tints of Wattle #CCC744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.44%

R = 43.31%
G = 42.25%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CCC744 (or 0xCCC744) is known color: Wattle. HEX triplet: CC, C7 and 44. RGB value is (204,199,68). Sum of RGB (Red+Green+Blue) = 204+199+68=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 199 (78.12% from 255 or 42.25% from 471); Blue value is 68 (26.95% from 255 or 14.44% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC744 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC744 is #3338BB. Grayscale: #BABABA. Windows color (decimal): -3356860 or 4507596. OLE color: 4507596.

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

Color convert

RGB 204 199 68 -
CMYK 0 0.02 0.67 0.2
HSL 57.79º 0.57% 0.53% -
HSV(B) 57.79º 0.67% 0.8% -
XYZ 46.37 54.1 13.47 -
YUV 185.56 61.66 141.15 -
System Red Green Blue C M Y K H S L
Decimal 204 199 68 0 0.02 0.67 0.2 57.79 0.57 0.53
Hex CC C7 44 0 2 43 14 3A 39 35
Octal 314 307 104 0 2 103 24 72 71 65
Binary 11001100 11000111 1000100 0 10 1000011 10100 111010 111001 110101

Color Harmonies of #CCC744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC744

Black with #CCC744

Text Example


Text Example

White with #CCC744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC744; }

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

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

background-color css

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

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

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

border-color css

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

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

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