Html Css Color HEX #CFC038 Old Gold

📋 copy color: '#CFC038'

red 207 ◦ green 192 ◦ blue 56

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

Shades of Old Gold #CFC038

Tints of Old Gold #CFC038

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.2%

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

R = 45.49%
G = 42.2%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CFC038 (or 0xCFC038) is known color: Old Gold. HEX triplet: CF, C0 and 38. RGB value is (207,192,56). Sum of RGB (Red+Green+Blue) = 207+192+56=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 56 (22.27% from 255 or 12.31% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC038 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC038 is #303FC7. Grayscale: #B5B5B5. Windows color (decimal): -3162056 or 3719375. OLE color: 3719375.

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

Color convert

RGB 207 192 56 -
CMYK 0 0.07 0.73 0.19
HSL 54.04º 0.61% 0.52% -
HSV(B) 54.04º 0.73% 0.81% -
XYZ 45.3 51.25 11.25 -
YUV 180.98 57.47 146.56 -
System Red Green Blue C M Y K H S L
Decimal 207 192 56 0 0.07 0.73 0.19 54.04 0.61 0.52
Hex CF C0 38 0 7 49 13 36 3D 34
Octal 317 300 70 0 7 111 23 66 75 64
Binary 11001111 11000000 111000 0 111 1001001 10011 110110 111101 110100

Color Harmonies of #CFC038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC038

Black with #CFC038

Text Example


Text Example

White with #CFC038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC038; }

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

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

background-color css

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

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

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

border-color css

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

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

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