Html Css Color HEX #CFB438 Old Gold

📋 copy color: '#CFB438'

red 207 ◦ green 180 ◦ blue 56

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

Shades of Old Gold #CFB438

Tints of Old Gold #CFB438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.64%

R = 46.73%
G = 40.63%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CFB438 (or 0xCFB438) is known color: Old Gold. HEX triplet: CF, B4 and 38. RGB value is (207,180,56). Sum of RGB (Red+Green+Blue) = 207+180+56=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 56 (22.27% from 255 or 12.64% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB438 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB438 is #304BC7. Grayscale: #AEAEAE. Windows color (decimal): -3165128 or 3716303. OLE color: 3716303.

HSL color Cylindrical-coordinate representation of color #CFB438: hue angle of 49.27º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CFB438 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 180 56 -
CMYK 0 0.13 0.73 0.19
HSL 49.27º 0.61% 0.52% -
HSV(B) 49.27º 0.73% 0.81% -
XYZ 42.77 46.19 10.4 -
YUV 173.94 61.45 151.58 -
System Red Green Blue C M Y K H S L
Decimal 207 180 56 0 0.13 0.73 0.19 49.27 0.61 0.52
Hex CF B4 38 0 D 49 13 31 3D 34
Octal 317 264 70 0 15 111 23 61 75 64
Binary 11001111 10110100 111000 0 1101 1001001 10011 110001 111101 110100

Color Harmonies of #CFB438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB438

Black with #CFB438

Text Example


Text Example

White with #CFB438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB438; }

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

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

background-color css

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

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

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

border-color css

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

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

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