Html Css Color HEX #CCB742 Old Gold

📋 copy color: '#CCB742'

red 204 ◦ green 183 ◦ blue 66

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

Shades of Old Gold #CCB742

Tints of Old Gold #CCB742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.57%

R = 45.03%
G = 40.4%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CCB742 (or 0xCCB742) is known color: Old Gold. HEX triplet: CC, B7 and 42. RGB value is (204,183,66). Sum of RGB (Red+Green+Blue) = 204+183+66=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 183 (71.88% from 255 or 40.40% from 453); Blue value is 66 (26.17% from 255 or 14.57% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB742 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB742 is #3348BD. Grayscale: #B0B0B0. Windows color (decimal): -3360958 or 4372428. OLE color: 4372428.

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

Color convert

RGB 204 183 66 -
CMYK 0 0.10 0.68 0.2
HSL 50.87º 0.58% 0.53% -
HSV(B) 50.87º 0.68% 0.8% -
XYZ 42.82 47.1 11.99 -
YUV 175.94 65.96 148.01 -
System Red Green Blue C M Y K H S L
Decimal 204 183 66 0 0.10 0.68 0.2 50.87 0.58 0.53
Hex CC B7 42 0 A 44 14 33 3A 35
Octal 314 267 102 0 12 104 24 63 72 65
Binary 11001100 10110111 1000010 0 1010 1000100 10100 110011 111010 110101

Color Harmonies of #CCB742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB742

Black with #CCB742

Text Example


Text Example

White with #CCB742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB742; }

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

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

background-color css

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

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

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

border-color css

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

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

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