Html Css Color HEX #CCBC44 Old Gold

📋 copy color: '#CCBC44'

red 204 ◦ green 188 ◦ blue 68

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

Shades of Old Gold #CCBC44

Tints of Old Gold #CCBC44

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.87%

 BLUE value IS 68 (26.95% from 255) = 14.78%

R = 44.35%
G = 40.87%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CCBC44 (or 0xCCBC44) is known color: Old Gold. HEX triplet: CC, BC and 44. RGB value is (204,188,68). Sum of RGB (Red+Green+Blue) = 204+188+68=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 68 (26.95% from 255 or 14.78% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBC44 is #3343BB. Grayscale: #B3B3B3. Windows color (decimal): -3359676 or 4504780. OLE color: 4504780.

HSL color Cylindrical-coordinate representation of color #CCBC44: hue angle of 52.94º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCBC44 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 188 68 -
CMYK 0 0.08 0.67 0.2
HSL 52.94º 0.57% 0.53% -
HSV(B) 52.94º 0.67% 0.8% -
XYZ 43.93 49.22 12.65 -
YUV 179.1 65.3 145.76 -
System Red Green Blue C M Y K H S L
Decimal 204 188 68 0 0.08 0.67 0.2 52.94 0.57 0.53
Hex CC BC 44 0 8 43 14 35 39 35
Octal 314 274 104 0 10 103 24 65 71 65
Binary 11001100 10111100 1000100 0 1000 1000011 10100 110101 111001 110101

Color Harmonies of #CCBC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBC44

Black with #CCBC44

Text Example


Text Example

White with #CCBC44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBC44; }

 p { color: rgb(204,188,68); }

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

background-color css

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

 a { background-color: rgb(204,188,68); }

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

border-color css

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

 span { border-color: rgb(204,188,68); }

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