Html Css Color HEX #CCB943 Old Gold

📋 copy color: '#CCB943'

red 204 ◦ green 185 ◦ blue 67

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

Shades of Old Gold #CCB943

Tints of Old Gold #CCB943

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.57%

 BLUE value IS 67 (26.56% from 255) = 14.69%

R = 44.74%
G = 40.57%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CCB943 (or 0xCCB943) is known color: Old Gold. HEX triplet: CC, B9 and 43. RGB value is (204,185,67). Sum of RGB (Red+Green+Blue) = 204+185+67=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 67 (26.56% from 255 or 14.69% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB943 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB943 is #3346BC. Grayscale: #B1B1B1. Windows color (decimal): -3360445 or 4438476. OLE color: 4438476.

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

Color convert

RGB 204 185 67 -
CMYK 0 0.09 0.67 0.2
HSL 51.68º 0.57% 0.53% -
HSV(B) 51.68º 0.67% 0.8% -
XYZ 43.26 47.94 12.28 -
YUV 177.23 65.79 147.09 -
System Red Green Blue C M Y K H S L
Decimal 204 185 67 0 0.09 0.67 0.2 51.68 0.57 0.53
Hex CC B9 43 0 9 43 14 34 39 35
Octal 314 271 103 0 11 103 24 64 71 65
Binary 11001100 10111001 1000011 0 1001 1000011 10100 110100 111001 110101

Color Harmonies of #CCB943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB943

Black with #CCB943

Text Example


Text Example

White with #CCB943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB943; }

 p { color: rgb(204,185,67); }

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

background-color css

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

 a { background-color: rgb(204,185,67); }

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

border-color css

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

 span { border-color: rgb(204,185,67); }

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