Html Css Color HEX #CCBC35 Old Gold

📋 copy color: '#CCBC35'

red 204 ◦ green 188 ◦ blue 53

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

Shades of Old Gold #CCBC35

Tints of Old Gold #CCBC35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.91%

R = 45.84%
G = 42.25%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CCBC35 (or 0xCCBC35) is known color: Old Gold. HEX triplet: CC, BC and 35. RGB value is (204,188,53). Sum of RGB (Red+Green+Blue) = 204+188+53=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 53 (21.09% from 255 or 11.91% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBC35 is #3343CA. Grayscale: #B1B1B1. Windows color (decimal): -3359691 or 3521740. OLE color: 3521740.

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

Color convert

RGB 204 188 53 -
CMYK 0 0.08 0.74 0.2
HSL 53.64º 0.6% 0.5% -
HSV(B) 53.64º 0.74% 0.8% -
XYZ 43.53 49.06 10.54 -
YUV 177.39 57.8 146.98 -
System Red Green Blue C M Y K H S L
Decimal 204 188 53 0 0.08 0.74 0.2 53.64 0.6 0.5
Hex CC BC 35 0 8 4A 14 36 3C 32
Octal 314 274 65 0 10 112 24 66 74 62
Binary 11001100 10111100 110101 0 1000 1001010 10100 110110 111100 110010

Color Harmonies of #CCBC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBC35

Black with #CCBC35

Text Example


Text Example

White with #CCBC35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBC35; }

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

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

background-color css

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

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

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

border-color css

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

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

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