Html Css Color HEX #CCB63E Old Gold

📋 copy color: '#CCB63E'

red 204 ◦ green 182 ◦ blue 62

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

Shades of Old Gold #CCB63E

Tints of Old Gold #CCB63E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.63%

 BLUE value IS 62 (24.61% from 255) = 13.84%

R = 45.54%
G = 40.63%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CCB63E (or 0xCCB63E) is known color: Old Gold. HEX triplet: CC, B6 and 3E. RGB value is (204,182,62). Sum of RGB (Red+Green+Blue) = 204+182+62=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 182 (71.48% from 255 or 40.62% from 448); Blue value is 62 (24.61% from 255 or 13.84% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB63E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB63E is #3349C1. Grayscale: #AFAFAF. Windows color (decimal): -3361218 or 4110028. OLE color: 4110028.

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

Color convert

RGB 204 182 62 -
CMYK 0 0.11 0.70 0.2
HSL 50.7º 0.58% 0.52% -
HSV(B) 50.7º 0.7% 0.8% -
XYZ 42.5 46.64 11.32 -
YUV 174.9 64.29 148.76 -
System Red Green Blue C M Y K H S L
Decimal 204 182 62 0 0.11 0.70 0.2 50.7 0.58 0.52
Hex CC B6 3E 0 B 46 14 33 3A 34
Octal 314 266 76 0 13 106 24 63 72 64
Binary 11001100 10110110 111110 0 1011 1000110 10100 110011 111010 110100

Color Harmonies of #CCB63E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB63E

Black with #CCB63E

Text Example


Text Example

White with #CCB63E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB63E; }

 p { color: rgb(204,182,62); }

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

background-color css

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

 a { background-color: rgb(204,182,62); }

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

border-color css

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

 span { border-color: rgb(204,182,62); }

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