Html Css Color HEX #CCC03D Old Gold

📋 copy color: '#CCC03D'

red 204 ◦ green 192 ◦ blue 61

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

Shades of Old Gold #CCC03D

Tints of Old Gold #CCC03D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.01%

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

R = 44.64%
G = 42.01%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CCC03D (or 0xCCC03D) is known color: Old Gold. HEX triplet: CC, C0 and 3D. RGB value is (204,192,61). Sum of RGB (Red+Green+Blue) = 204+192+61=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 61 (24.22% from 255 or 13.35% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC03D is #333FC2. Grayscale: #B5B5B5. Windows color (decimal): -3358659 or 4047052. OLE color: 4047052.

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

Color convert

RGB 204 192 61 -
CMYK 0 0.06 0.70 0.2
HSL 54.97º 0.58% 0.52% -
HSV(B) 54.97º 0.7% 0.8% -
XYZ 44.59 50.87 11.88 -
YUV 180.65 60.48 144.65 -
System Red Green Blue C M Y K H S L
Decimal 204 192 61 0 0.06 0.70 0.2 54.97 0.58 0.52
Hex CC C0 3D 0 6 46 14 37 3A 34
Octal 314 300 75 0 6 106 24 67 72 64
Binary 11001100 11000000 111101 0 110 1000110 10100 110111 111010 110100

Color Harmonies of #CCC03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC03D

Black with #CCC03D

Text Example


Text Example

White with #CCC03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC03D; }

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

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

background-color css

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

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

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

border-color css

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

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

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