Html Css Color HEX #CCB62E Old Gold

📋 copy color: '#CCB62E'

red 204 ◦ green 182 ◦ blue 46

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

Shades of Old Gold #CCB62E

Tints of Old Gold #CCB62E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.65%

R = 47.22%
G = 42.13%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CCB62E (or 0xCCB62E) is known color: Old Gold. HEX triplet: CC, B6 and 2E. RGB value is (204,182,46). Sum of RGB (Red+Green+Blue) = 204+182+46=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 182 (71.48% from 255 or 42.13% from 432); Blue value is 46 (18.36% from 255 or 10.65% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB62E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB62E is #3349D1. Grayscale: #ADADAD. Windows color (decimal): -3361234 or 3061452. OLE color: 3061452.

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

Color convert

RGB 204 182 46 -
CMYK 0 0.11 0.77 0.2
HSL 51.65º 0.63% 0.49% -
HSV(B) 51.65º 0.77% 0.8% -
XYZ 42.12 46.49 9.34 -
YUV 173.07 56.29 150.06 -
System Red Green Blue C M Y K H S L
Decimal 204 182 46 0 0.11 0.77 0.2 51.65 0.63 0.49
Hex CC B6 2E 0 B 4D 14 34 3F 31
Octal 314 266 56 0 13 115 24 64 77 61
Binary 11001100 10110110 101110 0 1011 1001101 10100 110100 111111 110001

Color Harmonies of #CCB62E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB62E

Black with #CCB62E

Text Example


Text Example

White with #CCB62E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB62E; }

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

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

background-color css

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

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

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

border-color css

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

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

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