Html Css Color HEX #CCB23D Old Gold

📋 copy color: '#CCB23D'

red 204 ◦ green 178 ◦ blue 61

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

Shades of Old Gold #CCB23D

Tints of Old Gold #CCB23D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.77%

R = 46.05%
G = 40.18%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CCB23D (or 0xCCB23D) is known color: Old Gold. HEX triplet: CC, B2 and 3D. RGB value is (204,178,61). Sum of RGB (Red+Green+Blue) = 204+178+61=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 178 (69.92% from 255 or 40.18% from 443); Blue value is 61 (24.22% from 255 or 13.77% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB23D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB23D is #334DC2. Grayscale: #ACACAC. Windows color (decimal): -3362243 or 4043468. OLE color: 4043468.

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

Color convert

RGB 204 178 61 -
CMYK 0 0.13 0.70 0.2
HSL 49.09º 0.58% 0.52% -
HSV(B) 49.09º 0.7% 0.8% -
XYZ 41.66 45.02 10.91 -
YUV 172.44 65.11 150.51 -
System Red Green Blue C M Y K H S L
Decimal 204 178 61 0 0.13 0.70 0.2 49.09 0.58 0.52
Hex CC B2 3D 0 D 46 14 31 3A 34
Octal 314 262 75 0 15 106 24 61 72 64
Binary 11001100 10110010 111101 0 1101 1000110 10100 110001 111010 110100

Color Harmonies of #CCB23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB23D

Black with #CCB23D

Text Example


Text Example

White with #CCB23D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB23D; }

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

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

background-color css

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

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

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

border-color css

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

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

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