Html Css Color HEX #CFBC2D Old Gold

📋 copy color: '#CFBC2D'

red 207 ◦ green 188 ◦ blue 45

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

Shades of Old Gold #CFBC2D

Tints of Old Gold #CFBC2D

RGB

 RED value IS 207 (81.25% from 255) = 47.05%

 GREEN value IS 188 (73.83% from 255) = 42.73%

 BLUE value IS 45 (17.97% from 255) = 10.23%

R = 47.05%
G = 42.73%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CFBC2D (or 0xCFBC2D) is known color: Old Gold. HEX triplet: CF, BC and 2D. RGB value is (207,188,45). Sum of RGB (Red+Green+Blue) = 207+188+45=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 45 (17.97% from 255 or 10.23% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBC2D is #3043D2. Grayscale: #B1B1B1. Windows color (decimal): -3163091 or 2997455. OLE color: 2997455.

HSL color Cylindrical-coordinate representation of color #CFBC2D: hue angle of 52.96º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFBC2D is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 188 45 -
CMYK 0 0.09 0.78 0.19
HSL 52.96º 0.64% 0.49% -
HSV(B) 52.96º 0.78% 0.81% -
XYZ 44.19 49.42 9.69 -
YUV 177.38 53.29 149.13 -
System Red Green Blue C M Y K H S L
Decimal 207 188 45 0 0.09 0.78 0.19 52.96 0.64 0.49
Hex CF BC 2D 0 9 4E 13 35 40 31
Octal 317 274 55 0 11 116 23 65 100 61
Binary 11001111 10111100 101101 0 1001 1001110 10011 110101 1000000 110001

Color Harmonies of #CFBC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBC2D

Black with #CFBC2D

Text Example


Text Example

White with #CFBC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBC2D; }

 p { color: rgb(207,188,45); }

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

background-color css

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

 a { background-color: rgb(207,188,45); }

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

border-color css

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

 span { border-color: rgb(207,188,45); }

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