Html Css Color HEX #CFB838 Old Gold

📋 copy color: '#CFB838'

red 207 ◦ green 184 ◦ blue 56

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

Shades of Old Gold #CFB838

Tints of Old Gold #CFB838

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.16%

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

R = 46.31%
G = 41.16%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CFB838 (or 0xCFB838) is known color: Old Gold. HEX triplet: CF, B8 and 38. RGB value is (207,184,56). Sum of RGB (Red+Green+Blue) = 207+184+56=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 184 (72.27% from 255 or 41.16% from 447); Blue value is 56 (22.27% from 255 or 12.53% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB838 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB838 is #3047C7. Grayscale: #B0B0B0. Windows color (decimal): -3164104 or 3717327. OLE color: 3717327.

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

Color convert

RGB 207 184 56 -
CMYK 0 0.11 0.73 0.19
HSL 50.86º 0.61% 0.52% -
HSV(B) 50.86º 0.73% 0.81% -
XYZ 43.59 47.83 10.68 -
YUV 176.29 60.12 149.91 -
System Red Green Blue C M Y K H S L
Decimal 207 184 56 0 0.11 0.73 0.19 50.86 0.61 0.52
Hex CF B8 38 0 B 49 13 33 3D 34
Octal 317 270 70 0 13 111 23 63 75 64
Binary 11001111 10111000 111000 0 1011 1001001 10011 110011 111101 110100

Color Harmonies of #CFB838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB838

Black with #CFB838

Text Example


Text Example

White with #CFB838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB838; }

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

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

background-color css

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

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

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

border-color css

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

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

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