Html Css Color HEX #CCC23F Wattle

📋 copy color: '#CCC23F'

red 204 ◦ green 194 ◦ blue 63

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

Shades of Wattle #CCC23F

Tints of Wattle #CCC23F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.08%

 BLUE value IS 63 (25% from 255) = 13.67%

R = 44.25%
G = 42.08%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CCC23F (or 0xCCC23F) is known color: Wattle. HEX triplet: CC, C2 and 3F. RGB value is (204,194,63). Sum of RGB (Red+Green+Blue) = 204+194+63=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 194 (76.17% from 255 or 42.08% from 461); Blue value is 63 (25% from 255 or 13.67% from 461); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC23F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC23F is #333DC0. Grayscale: #B6B6B6. Windows color (decimal): -3358145 or 4178636. OLE color: 4178636.

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

Color convert

RGB 204 194 63 -
CMYK 0 0.05 0.69 0.2
HSL 55.74º 0.58% 0.52% -
HSV(B) 55.74º 0.69% 0.8% -
XYZ 45.09 51.78 12.32 -
YUV 182.06 60.81 143.65 -
System Red Green Blue C M Y K H S L
Decimal 204 194 63 0 0.05 0.69 0.2 55.74 0.58 0.52
Hex CC C2 3F 0 5 45 14 38 3A 34
Octal 314 302 77 0 5 105 24 70 72 64
Binary 11001100 11000010 111111 0 101 1000101 10100 111000 111010 110100

Color Harmonies of #CCC23F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC23F

Black with #CCC23F

Text Example


Text Example

White with #CCC23F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC23F; }

 p { color: rgb(204,194,63); }

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

background-color css

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

 a { background-color: rgb(204,194,63); }

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

border-color css

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

 span { border-color: rgb(204,194,63); }

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