Html Css Color HEX #CCB83A Old Gold

📋 copy color: '#CCB83A'

red 204 ◦ green 184 ◦ blue 58

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

Shades of Old Gold #CCB83A

Tints of Old Gold #CCB83A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.26%

 BLUE value IS 58 (23.05% from 255) = 13%

R = 45.74%
G = 41.26%
B = 13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.2

RGB Variations

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

Color information

#CCB83A (or 0xCCB83A) is known color: Old Gold. HEX triplet: CC, B8 and 3A. RGB value is (204,184,58). Sum of RGB (Red+Green+Blue) = 204+184+58=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 184 (72.27% from 255 or 41.26% from 446); Blue value is 58 (23.05% from 255 or 13.00% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB83A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB83A is #3347C5. Grayscale: #B0B0B0. Windows color (decimal): -3360710 or 3848396. OLE color: 3848396.

HSL color Cylindrical-coordinate representation of color #CCB83A: hue angle of 51.78º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCB83A is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 184 58 -
CMYK 0 0.10 0.72 0.2
HSL 51.78º 0.59% 0.51% -
HSV(B) 51.78º 0.72% 0.8% -
XYZ 42.81 47.42 10.9 -
YUV 175.62 61.63 148.25 -
System Red Green Blue C M Y K H S L
Decimal 204 184 58 0 0.10 0.72 0.2 51.78 0.59 0.51
Hex CC B8 3A 0 A 48 14 34 3B 33
Octal 314 270 72 0 12 110 24 64 73 63
Binary 11001100 10111000 111010 0 1010 1001000 10100 110100 111011 110011

Color Harmonies of #CCB83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB83A

Black with #CCB83A

Text Example


Text Example

White with #CCB83A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB83A; }

 p { color: rgb(204,184,58); }

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

background-color css

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

 a { background-color: rgb(204,184,58); }

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

border-color css

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

 span { border-color: rgb(204,184,58); }

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