Html Css Color HEX #CFB23F Old Gold

📋 copy color: '#CFB23F'

red 207 ◦ green 178 ◦ blue 63

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

Shades of Old Gold #CFB23F

Tints of Old Gold #CFB23F

RGB

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

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

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

R = 46.21%
G = 39.73%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CFB23F (or 0xCFB23F) is known color: Old Gold. HEX triplet: CF, B2 and 3F. RGB value is (207,178,63). Sum of RGB (Red+Green+Blue) = 207+178+63=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 178 (69.92% from 255 or 39.73% from 448); Blue value is 63 (25% from 255 or 14.06% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB23F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB23F is #304DC0. Grayscale: #AEAEAE. Windows color (decimal): -3165633 or 4174543. OLE color: 4174543.

HSL color Cylindrical-coordinate representation of color #CFB23F: hue angle of 47.92º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFB23F is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 178 63 -
CMYK 0 0.14 0.70 0.19
HSL 47.92º 0.6% 0.53% -
HSV(B) 47.92º 0.7% 0.81% -
XYZ 42.55 45.47 11.24 -
YUV 173.56 65.61 151.85 -
System Red Green Blue C M Y K H S L
Decimal 207 178 63 0 0.14 0.70 0.19 47.92 0.6 0.53
Hex CF B2 3F 0 E 46 13 30 3C 35
Octal 317 262 77 0 16 106 23 60 74 65
Binary 11001111 10110010 111111 0 1110 1000110 10011 110000 111100 110101

Color Harmonies of #CFB23F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB23F

Black with #CFB23F

Text Example


Text Example

White with #CFB23F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB23F; }

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

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

background-color css

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

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

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

border-color css

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

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

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