Html Css Color HEX #CCB72F Old Gold

📋 copy color: '#CCB72F'

red 204 ◦ green 183 ◦ blue 47

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

Shades of Old Gold #CCB72F

Tints of Old Gold #CCB72F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.83%

R = 47%
G = 42.17%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CCB72F (or 0xCCB72F) is known color: Old Gold. HEX triplet: CC, B7 and 2F. RGB value is (204,183,47). Sum of RGB (Red+Green+Blue) = 204+183+47=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 183 (71.88% from 255 or 42.17% from 434); Blue value is 47 (18.75% from 255 or 10.83% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB72F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB72F is #3348D0. Grayscale: #AEAEAE. Windows color (decimal): -3360977 or 3127244. OLE color: 3127244.

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

Color convert

RGB 204 183 47 -
CMYK 0 0.10 0.77 0.2
HSL 51.97º 0.63% 0.49% -
HSV(B) 51.97º 0.77% 0.8% -
XYZ 42.35 46.91 9.51 -
YUV 173.78 56.46 149.56 -
System Red Green Blue C M Y K H S L
Decimal 204 183 47 0 0.10 0.77 0.2 51.97 0.63 0.49
Hex CC B7 2F 0 A 4D 14 34 3F 31
Octal 314 267 57 0 12 115 24 64 77 61
Binary 11001100 10110111 101111 0 1010 1001101 10100 110100 111111 110001

Color Harmonies of #CCB72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB72F

Black with #CCB72F

Text Example


Text Example

White with #CCB72F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB72F; }

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

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

background-color css

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

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

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

border-color css

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

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

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