Html Css Color HEX #CCB43E Old Gold

📋 copy color: '#CCB43E'

red 204 ◦ green 180 ◦ blue 62

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

Shades of Old Gold #CCB43E

Tints of Old Gold #CCB43E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.36%

 BLUE value IS 62 (24.61% from 255) = 13.9%

R = 45.74%
G = 40.36%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CCB43E (or 0xCCB43E) is known color: Old Gold. HEX triplet: CC, B4 and 3E. RGB value is (204,180,62). Sum of RGB (Red+Green+Blue) = 204+180+62=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 180 (70.70% from 255 or 40.36% from 446); Blue value is 62 (24.61% from 255 or 13.90% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB43E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB43E is #334BC1. Grayscale: #AEAEAE. Windows color (decimal): -3361730 or 4109516. OLE color: 4109516.

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

Color convert

RGB 204 180 62 -
CMYK 0 0.12 0.70 0.2
HSL 49.86º 0.58% 0.52% -
HSV(B) 49.86º 0.7% 0.8% -
XYZ 42.09 45.83 11.18 -
YUV 173.72 64.95 149.59 -
System Red Green Blue C M Y K H S L
Decimal 204 180 62 0 0.12 0.70 0.2 49.86 0.58 0.52
Hex CC B4 3E 0 C 46 14 32 3A 34
Octal 314 264 76 0 14 106 24 62 72 64
Binary 11001100 10110100 111110 0 1100 1000110 10100 110010 111010 110100

Color Harmonies of #CCB43E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB43E

Black with #CCB43E

Text Example


Text Example

White with #CCB43E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB43E; }

 p { color: rgb(204,180,62); }

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

background-color css

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

 a { background-color: rgb(204,180,62); }

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

border-color css

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

 span { border-color: rgb(204,180,62); }

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