Html Css Color HEX #CCBD2E Old Gold

📋 copy color: '#CCBD2E'

red 204 ◦ green 189 ◦ blue 46

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

Shades of Old Gold #CCBD2E

Tints of Old Gold #CCBD2E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.05%

 BLUE value IS 46 (18.36% from 255) = 10.48%

R = 46.47%
G = 43.05%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CCBD2E (or 0xCCBD2E) is known color: Old Gold. HEX triplet: CC, BD and 2E. RGB value is (204,189,46). Sum of RGB (Red+Green+Blue) = 204+189+46=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 46 (18.36% from 255 or 10.48% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBD2E is #3342D1. Grayscale: #B1B1B1. Windows color (decimal): -3359442 or 3063244. OLE color: 3063244.

HSL color Cylindrical-coordinate representation of color #CCBD2E: hue angle of 54.3º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CCBD2E is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 189 46 -
CMYK 0 0.07 0.77 0.2
HSL 54.3º 0.63% 0.49% -
HSV(B) 54.3º 0.77% 0.8% -
XYZ 43.59 49.43 9.83 -
YUV 177.18 53.97 147.13 -
System Red Green Blue C M Y K H S L
Decimal 204 189 46 0 0.07 0.77 0.2 54.3 0.63 0.49
Hex CC BD 2E 0 7 4D 14 36 3F 31
Octal 314 275 56 0 7 115 24 66 77 61
Binary 11001100 10111101 101110 0 111 1001101 10100 110110 111111 110001

Color Harmonies of #CCBD2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBD2E

Black with #CCBD2E

Text Example


Text Example

White with #CCBD2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBD2E; }

 p { color: rgb(204,189,46); }

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

background-color css

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

 a { background-color: rgb(204,189,46); }

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

border-color css

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

 span { border-color: rgb(204,189,46); }

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