Html Css Color HEX #CCB23F Old Gold

📋 copy color: '#CCB23F'

red 204 ◦ green 178 ◦ blue 63

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

Shades of Old Gold #CCB23F

Tints of Old Gold #CCB23F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40%

 BLUE value IS 63 (25% from 255) = 14.16%

R = 45.84%
G = 40%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CCB23F (or 0xCCB23F) is known color: Old Gold. HEX triplet: CC, B2 and 3F. RGB value is (204,178,63). Sum of RGB (Red+Green+Blue) = 204+178+63=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 63 (25% from 255 or 14.16% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB23F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB23F is #334DC0. Grayscale: #ADADAD. Windows color (decimal): -3362241 or 4174540. OLE color: 4174540.

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

Color convert

RGB 204 178 63 -
CMYK 0 0.13 0.69 0.2
HSL 48.94º 0.58% 0.52% -
HSV(B) 48.94º 0.69% 0.8% -
XYZ 41.72 45.04 11.2 -
YUV 172.66 66.11 150.35 -
System Red Green Blue C M Y K H S L
Decimal 204 178 63 0 0.13 0.69 0.2 48.94 0.58 0.52
Hex CC B2 3F 0 D 45 14 31 3A 34
Octal 314 262 77 0 15 105 24 61 72 64
Binary 11001100 10110010 111111 0 1101 1000101 10100 110001 111010 110100

Color Harmonies of #CCB23F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB23F

Black with #CCB23F

Text Example


Text Example

White with #CCB23F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB23F; }

 p { color: rgb(204,178,63); }

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

background-color css

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

 a { background-color: rgb(204,178,63); }

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

border-color css

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

 span { border-color: rgb(204,178,63); }

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