Html Css Color HEX #CCBE3F Old Gold

📋 copy color: '#CCBE3F'

red 204 ◦ green 190 ◦ blue 63

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

Shades of Old Gold #CCBE3F

Tints of Old Gold #CCBE3F

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.58%

 BLUE value IS 63 (25% from 255) = 13.79%

R = 44.64%
G = 41.58%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CCBE3F (or 0xCCBE3F) is known color: Old Gold. HEX triplet: CC, BE and 3F. RGB value is (204,190,63). Sum of RGB (Red+Green+Blue) = 204+190+63=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 63 (25% from 255 or 13.79% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBE3F is #3341C0. Grayscale: #B4B4B4. Windows color (decimal): -3359169 or 4177612. OLE color: 4177612.

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

Color convert

RGB 204 190 63 -
CMYK 0 0.07 0.69 0.2
HSL 54.04º 0.58% 0.52% -
HSV(B) 54.04º 0.69% 0.8% -
XYZ 44.21 50.02 12.03 -
YUV 179.71 62.14 145.33 -
System Red Green Blue C M Y K H S L
Decimal 204 190 63 0 0.07 0.69 0.2 54.04 0.58 0.52
Hex CC BE 3F 0 7 45 14 36 3A 34
Octal 314 276 77 0 7 105 24 66 72 64
Binary 11001100 10111110 111111 0 111 1000101 10100 110110 111010 110100

Color Harmonies of #CCBE3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBE3F

Black with #CCBE3F

Text Example


Text Example

White with #CCBE3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBE3F; }

 p { color: rgb(204,190,63); }

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

background-color css

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

 a { background-color: rgb(204,190,63); }

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

border-color css

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

 span { border-color: rgb(204,190,63); }

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