Html Css Color HEX #CCB62F Old Gold

📋 copy color: '#CCB62F'

red 204 ◦ green 182 ◦ blue 47

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

Shades of Old Gold #CCB62F

Tints of Old Gold #CCB62F

RGB

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

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

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

R = 47.11%
G = 42.03%
B = 10.85%

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

#CCB62F (or 0xCCB62F) is known color: Old Gold. HEX triplet: CC, B6 and 2F. RGB value is (204,182,47). Sum of RGB (Red+Green+Blue) = 204+182+47=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 182 (71.48% from 255 or 42.03% from 433); Blue value is 47 (18.75% from 255 or 10.85% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB62F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB62F is #3349D0. Grayscale: #ADADAD. Windows color (decimal): -3361233 or 3126988. OLE color: 3126988.

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

Color convert

RGB 204 182 47 -
CMYK 0 0.11 0.77 0.2
HSL 51.59º 0.63% 0.49% -
HSV(B) 51.59º 0.77% 0.8% -
XYZ 42.14 46.5 9.44 -
YUV 173.19 56.79 149.98 -
System Red Green Blue C M Y K H S L
Decimal 204 182 47 0 0.11 0.77 0.2 51.59 0.63 0.49
Hex CC B6 2F 0 B 4D 14 34 3F 31
Octal 314 266 57 0 13 115 24 64 77 61
Binary 11001100 10110110 101111 0 1011 1001101 10100 110100 111111 110001

Color Harmonies of #CCB62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB62F

Black with #CCB62F

Text Example


Text Example

White with #CCB62F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB62F; }

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

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

background-color css

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

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

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

border-color css

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

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

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