Html Css Color HEX #CCB73F Old Gold

📋 copy color: '#CCB73F'

red 204 ◦ green 183 ◦ blue 63

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

Shades of Old Gold #CCB73F

Tints of Old Gold #CCB73F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14%

R = 45.33%
G = 40.67%
B = 14%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CCB73F (or 0xCCB73F) is known color: Old Gold. HEX triplet: CC, B7 and 3F. RGB value is (204,183,63). Sum of RGB (Red+Green+Blue) = 204+183+63=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 183 (71.88% from 255 or 40.67% from 450); Blue value is 63 (25% from 255 or 14% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB73F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB73F is #3348C0. Grayscale: #B0B0B0. Windows color (decimal): -3360961 or 4175820. OLE color: 4175820.

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

Color convert

RGB 204 183 63 -
CMYK 0 0.10 0.69 0.2
HSL 51.06º 0.58% 0.52% -
HSV(B) 51.06º 0.69% 0.8% -
XYZ 42.73 47.06 11.53 -
YUV 175.6 64.46 148.26 -
System Red Green Blue C M Y K H S L
Decimal 204 183 63 0 0.10 0.69 0.2 51.06 0.58 0.52
Hex CC B7 3F 0 A 45 14 33 3A 34
Octal 314 267 77 0 12 105 24 63 72 64
Binary 11001100 10110111 111111 0 1010 1000101 10100 110011 111010 110100

Color Harmonies of #CCB73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB73F

Black with #CCB73F

Text Example


Text Example

White with #CCB73F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB73F; }

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

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

background-color css

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

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

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

border-color css

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

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

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