Html Css Color HEX #CCC33D Wattle

📋 copy color: '#CCC33D'

red 204 ◦ green 195 ◦ blue 61

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

Shades of Wattle #CCC33D

Tints of Wattle #CCC33D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.39%

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

R = 44.35%
G = 42.39%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CCC33D (or 0xCCC33D) is known color: Wattle. HEX triplet: CC, C3 and 3D. RGB value is (204,195,61). Sum of RGB (Red+Green+Blue) = 204+195+61=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 195 (76.56% from 255 or 42.39% from 460); Blue value is 61 (24.22% from 255 or 13.26% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC33D is #333CC2. Grayscale: #B6B6B6. Windows color (decimal): -3357891 or 4047820. OLE color: 4047820.

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

Color convert

RGB 204 195 61 -
CMYK 0 0.04 0.70 0.2
HSL 56.22º 0.58% 0.52% -
HSV(B) 56.22º 0.7% 0.8% -
XYZ 45.26 52.2 12.11 -
YUV 182.42 59.48 143.4 -
System Red Green Blue C M Y K H S L
Decimal 204 195 61 0 0.04 0.70 0.2 56.22 0.58 0.52
Hex CC C3 3D 0 4 46 14 38 3A 34
Octal 314 303 75 0 4 106 24 70 72 64
Binary 11001100 11000011 111101 0 100 1000110 10100 111000 111010 110100

Color Harmonies of #CCC33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC33D

Black with #CCC33D

Text Example


Text Example

White with #CCC33D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC33D; }

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

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

background-color css

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

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

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

border-color css

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

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

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