Html Css Color HEX #CCBE42 Old Gold

📋 copy color: '#CCBE42'

red 204 ◦ green 190 ◦ blue 66

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

Shades of Old Gold #CCBE42

Tints of Old Gold #CCBE42

RGB

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

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

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

R = 44.35%
G = 41.3%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CCBE42 (or 0xCCBE42) is known color: Old Gold. HEX triplet: CC, BE and 42. RGB value is (204,190,66). Sum of RGB (Red+Green+Blue) = 204+190+66=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 66 (26.17% from 255 or 14.35% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBE42 is #3341BD. Grayscale: #B4B4B4. Windows color (decimal): -3359166 or 4374220. OLE color: 4374220.

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

Color convert

RGB 204 190 66 -
CMYK 0 0.07 0.68 0.2
HSL 53.91º 0.58% 0.53% -
HSV(B) 53.91º 0.68% 0.8% -
XYZ 44.3 50.06 12.48 -
YUV 180.05 63.64 145.08 -
System Red Green Blue C M Y K H S L
Decimal 204 190 66 0 0.07 0.68 0.2 53.91 0.58 0.53
Hex CC BE 42 0 7 44 14 36 3A 35
Octal 314 276 102 0 7 104 24 66 72 65
Binary 11001100 10111110 1000010 0 111 1000100 10100 110110 111010 110101

Color Harmonies of #CCBE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBE42

Black with #CCBE42

Text Example


Text Example

White with #CCBE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBE42; }

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

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

background-color css

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

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

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

border-color css

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

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

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