Html Css Color HEX #CCB242 Old Gold

📋 copy color: '#CCB242'

red 204 ◦ green 178 ◦ blue 66

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

Shades of Old Gold #CCB242

Tints of Old Gold #CCB242

RGB

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

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

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

R = 45.54%
G = 39.73%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CCB242 (or 0xCCB242) is known color: Old Gold. HEX triplet: CC, B2 and 42. RGB value is (204,178,66). Sum of RGB (Red+Green+Blue) = 204+178+66=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 178 (69.92% from 255 or 39.73% from 448); Blue value is 66 (26.17% from 255 or 14.73% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB242 is #334DBD. Grayscale: #ADADAD. Windows color (decimal): -3362238 or 4371148. OLE color: 4371148.

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

Color convert

RGB 204 178 66 -
CMYK 0 0.13 0.68 0.2
HSL 48.7º 0.58% 0.53% -
HSV(B) 48.7º 0.68% 0.8% -
XYZ 41.81 45.07 11.65 -
YUV 173.01 67.61 150.11 -
System Red Green Blue C M Y K H S L
Decimal 204 178 66 0 0.13 0.68 0.2 48.7 0.58 0.53
Hex CC B2 42 0 D 44 14 31 3A 35
Octal 314 262 102 0 15 104 24 61 72 65
Binary 11001100 10110010 1000010 0 1101 1000100 10100 110001 111010 110101

Color Harmonies of #CCB242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB242

Black with #CCB242

Text Example


Text Example

White with #CCB242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB242; }

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

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

background-color css

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

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

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

border-color css

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

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

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