Html Css Color HEX #CFBC38 Old Gold

📋 copy color: '#CFBC38'

red 207 ◦ green 188 ◦ blue 56

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

Shades of Old Gold #CFBC38

Tints of Old Gold #CFBC38

RGB

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

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

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

R = 45.9%
G = 41.69%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CFBC38 (or 0xCFBC38) is known color: Old Gold. HEX triplet: CF, BC and 38. RGB value is (207,188,56). Sum of RGB (Red+Green+Blue) = 207+188+56=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 56 (22.27% from 255 or 12.42% from 451); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBC38 is #3043C7. Grayscale: #B3B3B3. Windows color (decimal): -3163080 or 3718351. OLE color: 3718351.

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

Color convert

RGB 207 188 56 -
CMYK 0 0.09 0.73 0.19
HSL 52.45º 0.61% 0.52% -
HSV(B) 52.45º 0.73% 0.81% -
XYZ 44.43 49.52 10.96 -
YUV 178.63 58.79 148.23 -
System Red Green Blue C M Y K H S L
Decimal 207 188 56 0 0.09 0.73 0.19 52.45 0.61 0.52
Hex CF BC 38 0 9 49 13 34 3D 34
Octal 317 274 70 0 11 111 23 64 75 64
Binary 11001111 10111100 111000 0 1001 1001001 10011 110100 111101 110100

Color Harmonies of #CFBC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBC38

Black with #CFBC38

Text Example


Text Example

White with #CFBC38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBC38; }

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

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

background-color css

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

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

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

border-color css

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

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

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