Html Css Color HEX #CCB735 Old Gold

📋 copy color: '#CCB735'

red 204 ◦ green 183 ◦ blue 53

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

Shades of Old Gold #CCB735

Tints of Old Gold #CCB735

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.59%

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

R = 46.36%
G = 41.59%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#CCB735 (or 0xCCB735) is known color: Old Gold. HEX triplet: CC, B7 and 35. RGB value is (204,183,53). Sum of RGB (Red+Green+Blue) = 204+183+53=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 183 (71.88% from 255 or 41.59% from 440); Blue value is 53 (21.09% from 255 or 12.05% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB735 is #3348CA. Grayscale: #AFAFAF. Windows color (decimal): -3360971 or 3520460. OLE color: 3520460.

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

Color convert

RGB 204 183 53 -
CMYK 0 0.10 0.74 0.2
HSL 51.66º 0.6% 0.5% -
HSV(B) 51.66º 0.74% 0.8% -
XYZ 42.48 46.96 10.19 -
YUV 174.46 59.46 149.07 -
System Red Green Blue C M Y K H S L
Decimal 204 183 53 0 0.10 0.74 0.2 51.66 0.6 0.5
Hex CC B7 35 0 A 4A 14 34 3C 32
Octal 314 267 65 0 12 112 24 64 74 62
Binary 11001100 10110111 110101 0 1010 1001010 10100 110100 111100 110010

Color Harmonies of #CCB735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB735

Black with #CCB735

Text Example


Text Example

White with #CCB735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB735; }

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

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

background-color css

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

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

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

border-color css

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

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

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