Html Css Color HEX #CCBF4A Old Gold

📋 copy color: '#CCBF4A'

red 204 ◦ green 191 ◦ blue 74

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

Shades of Old Gold #CCBF4A

Tints of Old Gold #CCBF4A

RGB

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

 GREEN value IS 191 (75% from 255) = 40.72%

 BLUE value IS 74 (29.3% from 255) = 15.78%

R = 43.5%
G = 40.72%
B = 15.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CCBF4A (or 0xCCBF4A) is known color: Old Gold. HEX triplet: CC, BF and 4A. RGB value is (204,191,74). Sum of RGB (Red+Green+Blue) = 204+191+74=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 74 (29.30% from 255 or 15.78% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBF4A is #3340B5. Grayscale: #B6B6B6. Windows color (decimal): -3358902 or 4898764. OLE color: 4898764.

HSL color Cylindrical-coordinate representation of color #CCBF4A: hue angle of 54º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCBF4A is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 191 74 -
CMYK 0 0.06 0.64 0.2
HSL 54º 0.56% 0.55% -
HSV(B) 54º 0.64% 0.8% -
XYZ 44.77 50.59 13.88 -
YUV 181.55 67.31 144.01 -
System Red Green Blue C M Y K H S L
Decimal 204 191 74 0 0.06 0.64 0.2 54 0.56 0.55
Hex CC BF 4A 0 6 40 14 36 38 37
Octal 314 277 112 0 6 100 24 66 70 67
Binary 11001100 10111111 1001010 0 110 1000000 10100 110110 111000 110111

Color Harmonies of #CCBF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBF4A

Black with #CCBF4A

Text Example


Text Example

White with #CCBF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBF4A; }

 p { color: rgb(204,191,74); }

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

background-color css

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

 a { background-color: rgb(204,191,74); }

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

border-color css

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

 span { border-color: rgb(204,191,74); }

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