Html Css Color HEX #CCB739 Old Gold

📋 copy color: '#CCB739'

red 204 ◦ green 183 ◦ blue 57

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

Shades of Old Gold #CCB739

Tints of Old Gold #CCB739

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 12.84%

R = 45.95%
G = 41.22%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CCB739 (or 0xCCB739) is known color: Old Gold. HEX triplet: CC, B7 and 39. RGB value is (204,183,57). Sum of RGB (Red+Green+Blue) = 204+183+57=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 183 (71.88% from 255 or 41.22% from 444); Blue value is 57 (22.66% from 255 or 12.84% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB739 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB739 is #3348C6. Grayscale: #AFAFAF. Windows color (decimal): -3360967 or 3782604. OLE color: 3782604.

HSL color Cylindrical-coordinate representation of color #CCB739: hue angle of 51.43º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCB739 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 183 57 -
CMYK 0 0.10 0.72 0.2
HSL 51.43º 0.59% 0.51% -
HSV(B) 51.43º 0.72% 0.8% -
XYZ 42.57 47 10.7 -
YUV 174.92 61.46 148.75 -
System Red Green Blue C M Y K H S L
Decimal 204 183 57 0 0.10 0.72 0.2 51.43 0.59 0.51
Hex CC B7 39 0 A 48 14 33 3B 33
Octal 314 267 71 0 12 110 24 63 73 63
Binary 11001100 10110111 111001 0 1010 1001000 10100 110011 111011 110011

Color Harmonies of #CCB739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB739

Black with #CCB739

Text Example


Text Example

White with #CCB739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB739; }

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

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

background-color css

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

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

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

border-color css

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

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

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