Html Css Color HEX #CCC73D Wattle

📋 copy color: '#CCC73D'

red 204 ◦ green 199 ◦ blue 61

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

Shades of Wattle #CCC73D

Tints of Wattle #CCC73D

RGB

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

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

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

R = 43.97%
G = 42.89%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CCC73D (or 0xCCC73D) is known color: Wattle. HEX triplet: CC, C7 and 3D. RGB value is (204,199,61). Sum of RGB (Red+Green+Blue) = 204+199+61=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 199 (78.12% from 255 or 42.89% from 464); Blue value is 61 (24.22% from 255 or 13.15% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC73D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC73D is #3338C2. Grayscale: #B9B9B9. Windows color (decimal): -3356867 or 4048844. OLE color: 4048844.

HSL color Cylindrical-coordinate representation of color #CCC73D: hue angle of 57.9º 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 #CCC73D is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 199 61 -
CMYK 0 0.02 0.70 0.2
HSL 57.9º 0.58% 0.52% -
HSV(B) 57.9º 0.7% 0.8% -
XYZ 46.17 54.02 12.41 -
YUV 184.76 58.16 141.72 -
System Red Green Blue C M Y K H S L
Decimal 204 199 61 0 0.02 0.70 0.2 57.9 0.58 0.52
Hex CC C7 3D 0 2 46 14 3A 3A 34
Octal 314 307 75 0 2 106 24 72 72 64
Binary 11001100 11000111 111101 0 10 1000110 10100 111010 111010 110100

Color Harmonies of #CCC73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC73D

Black with #CCC73D

Text Example


Text Example

White with #CCC73D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC73D; }

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

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

background-color css

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

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

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

border-color css

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

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

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