Html Css Color HEX #CCB22F Old Gold

📋 copy color: '#CCB22F'

red 204 ◦ green 178 ◦ blue 47

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

Shades of Old Gold #CCB22F

Tints of Old Gold #CCB22F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.49%

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

R = 47.55%
G = 41.49%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CCB22F (or 0xCCB22F) is known color: Old Gold. HEX triplet: CC, B2 and 2F. RGB value is (204,178,47). Sum of RGB (Red+Green+Blue) = 204+178+47=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 47 (18.75% from 255 or 10.96% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB22F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB22F is #334DD0. Grayscale: #ABABAB. Windows color (decimal): -3362257 or 3125964. OLE color: 3125964.

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

Color convert

RGB 204 178 47 -
CMYK 0 0.13 0.77 0.2
HSL 50.06º 0.63% 0.49% -
HSV(B) 50.06º 0.77% 0.8% -
XYZ 41.34 44.88 9.17 -
YUV 170.84 58.11 151.65 -
System Red Green Blue C M Y K H S L
Decimal 204 178 47 0 0.13 0.77 0.2 50.06 0.63 0.49
Hex CC B2 2F 0 D 4D 14 32 3F 31
Octal 314 262 57 0 15 115 24 62 77 61
Binary 11001100 10110010 101111 0 1101 1001101 10100 110010 111111 110001

Color Harmonies of #CCB22F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB22F

Black with #CCB22F

Text Example


Text Example

White with #CCB22F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB22F; }

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

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

background-color css

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

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

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

border-color css

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

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

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