Html Css Color HEX #CCBF44 Old Gold

📋 copy color: '#CCBF44'

red 204 ◦ green 191 ◦ blue 68

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

Shades of Old Gold #CCBF44

Tints of Old Gold #CCBF44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.69%

R = 44.06%
G = 41.25%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CCBF44 (or 0xCCBF44) is known color: Old Gold. HEX triplet: CC, BF and 44. RGB value is (204,191,68). Sum of RGB (Red+Green+Blue) = 204+191+68=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 68 (26.95% from 255 or 14.69% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBF44 is #3340BB. Grayscale: #B5B5B5. Windows color (decimal): -3358908 or 4505548. OLE color: 4505548.

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

Color convert

RGB 204 191 68 -
CMYK 0 0.06 0.67 0.2
HSL 54.26º 0.57% 0.53% -
HSV(B) 54.26º 0.67% 0.8% -
XYZ 44.58 50.52 12.87 -
YUV 180.87 64.31 144.5 -
System Red Green Blue C M Y K H S L
Decimal 204 191 68 0 0.06 0.67 0.2 54.26 0.57 0.53
Hex CC BF 44 0 6 43 14 36 39 35
Octal 314 277 104 0 6 103 24 66 71 65
Binary 11001100 10111111 1000100 0 110 1000011 10100 110110 111001 110101

Color Harmonies of #CCBF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBF44

Black with #CCBF44

Text Example


Text Example

White with #CCBF44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBF44; }

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

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

background-color css

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

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

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

border-color css

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

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

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