Html Css Color HEX #CCB43F Old Gold

📋 copy color: '#CCB43F'

red 204 ◦ green 180 ◦ blue 63

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

Shades of Old Gold #CCB43F

Tints of Old Gold #CCB43F

RGB

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

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

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

R = 45.64%
G = 40.27%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CCB43F (or 0xCCB43F) is known color: Old Gold. HEX triplet: CC, B4 and 3F. RGB value is (204,180,63). Sum of RGB (Red+Green+Blue) = 204+180+63=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 63 (25% from 255 or 14.09% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB43F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB43F is #334BC0. Grayscale: #AEAEAE. Windows color (decimal): -3361729 or 4175052. OLE color: 4175052.

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

Color convert

RGB 204 180 63 -
CMYK 0 0.12 0.69 0.2
HSL 49.79º 0.58% 0.52% -
HSV(B) 49.79º 0.69% 0.8% -
XYZ 42.12 45.84 11.33 -
YUV 173.84 65.45 149.51 -
System Red Green Blue C M Y K H S L
Decimal 204 180 63 0 0.12 0.69 0.2 49.79 0.58 0.52
Hex CC B4 3F 0 C 45 14 32 3A 34
Octal 314 264 77 0 14 105 24 62 72 64
Binary 11001100 10110100 111111 0 1100 1000101 10100 110010 111010 110100

Color Harmonies of #CCB43F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB43F

Black with #CCB43F

Text Example


Text Example

White with #CCB43F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB43F; }

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

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

background-color css

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

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

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

border-color css

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

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

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