Html Css Color HEX #CCC74D Wattle

📋 copy color: '#CCC74D'

red 204 ◦ green 199 ◦ blue 77

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

Shades of Wattle #CCC74D

Tints of Wattle #CCC74D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.04%

R = 42.5%
G = 41.46%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CCC74D (or 0xCCC74D) is known color: Wattle. HEX triplet: CC, C7 and 4D. RGB value is (204,199,77). Sum of RGB (Red+Green+Blue) = 204+199+77=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 199 (78.12% from 255 or 41.46% from 480); Blue value is 77 (30.47% from 255 or 16.04% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC74D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC74D is #3338B2. Grayscale: #BBBBBB. Windows color (decimal): -3356851 or 5097420. OLE color: 5097420.

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

Color convert

RGB 204 199 77 -
CMYK 0 0.02 0.62 0.2
HSL 57.64º 0.55% 0.55% -
HSV(B) 57.64º 0.62% 0.8% -
XYZ 46.66 54.22 15.03 -
YUV 186.59 66.16 140.42 -
System Red Green Blue C M Y K H S L
Decimal 204 199 77 0 0.02 0.62 0.2 57.64 0.55 0.55
Hex CC C7 4D 0 2 3E 14 3A 37 37
Octal 314 307 115 0 2 76 24 72 67 67
Binary 11001100 11000111 1001101 0 10 111110 10100 111010 110111 110111

Color Harmonies of #CCC74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC74D

Black with #CCC74D

Text Example


Text Example

White with #CCC74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC74D; }

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

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

background-color css

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

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

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

border-color css

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

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

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