Html Css Color HEX #CCC83D Wattle

📋 copy color: '#CCC83D'

red 204 ◦ green 200 ◦ blue 61

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

Shades of Wattle #CCC83D

Tints of Wattle #CCC83D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.01%

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

R = 43.87%
G = 43.01%
B = 13.12%

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

#CCC83D (or 0xCCC83D) is known color: Wattle. HEX triplet: CC, C8 and 3D. RGB value is (204,200,61). Sum of RGB (Red+Green+Blue) = 204+200+61=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 200 (78.52% from 255 or 43.01% from 465); Blue value is 61 (24.22% from 255 or 13.12% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC83D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC83D is #3337C2. Grayscale: #B9B9B9. Windows color (decimal): -3356611 or 4049100. OLE color: 4049100.

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

Color convert

RGB 204 200 61 -
CMYK 0 0.02 0.70 0.2
HSL 58.32º 0.58% 0.52% -
HSV(B) 58.32º 0.7% 0.8% -
XYZ 46.4 54.48 12.49 -
YUV 185.35 57.83 141.3 -
System Red Green Blue C M Y K H S L
Decimal 204 200 61 0 0.02 0.70 0.2 58.32 0.58 0.52
Hex CC C8 3D 0 2 46 14 3A 3A 34
Octal 314 310 75 0 2 106 24 72 72 64
Binary 11001100 11001000 111101 0 10 1000110 10100 111010 111010 110100

Color Harmonies of #CCC83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC83D

Black with #CCC83D

Text Example


Text Example

White with #CCC83D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC83D; }

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

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

background-color css

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

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

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

border-color css

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

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

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