Html Css Color HEX #CFB43F Old Gold

📋 copy color: '#CFB43F'

red 207 ◦ green 180 ◦ blue 63

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

Shades of Old Gold #CFB43F

Tints of Old Gold #CFB43F

RGB

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

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

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

R = 46%
G = 40%
B = 14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CFB43F (or 0xCFB43F) is known color: Old Gold. HEX triplet: CF, B4 and 3F. RGB value is (207,180,63). Sum of RGB (Red+Green+Blue) = 207+180+63=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 63 (25% from 255 or 14% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB43F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB43F is #304BC0. Grayscale: #AFAFAF. Windows color (decimal): -3165121 or 4175055. OLE color: 4175055.

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

Color convert

RGB 207 180 63 -
CMYK 0 0.13 0.70 0.19
HSL 48.75º 0.6% 0.53% -
HSV(B) 48.75º 0.7% 0.81% -
XYZ 42.95 46.27 11.37 -
YUV 174.74 64.95 151.01 -
System Red Green Blue C M Y K H S L
Decimal 207 180 63 0 0.13 0.70 0.19 48.75 0.6 0.53
Hex CF B4 3F 0 D 46 13 31 3C 35
Octal 317 264 77 0 15 106 23 61 74 65
Binary 11001111 10110100 111111 0 1101 1000110 10011 110001 111100 110101

Color Harmonies of #CFB43F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB43F

Black with #CFB43F

Text Example


Text Example

White with #CFB43F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB43F; }

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

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

background-color css

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

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

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

border-color css

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

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

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