Html Css Color HEX #CFBB38 Old Gold

📋 copy color: '#CFBB38'

red 207 ◦ green 187 ◦ blue 56

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

Shades of Old Gold #CFBB38

Tints of Old Gold #CFBB38

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.56%

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

R = 46%
G = 41.56%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CFBB38 (or 0xCFBB38) is known color: Old Gold. HEX triplet: CF, BB and 38. RGB value is (207,187,56). Sum of RGB (Red+Green+Blue) = 207+187+56=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 56 (22.27% from 255 or 12.44% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBB38 is #3044C7. Grayscale: #B2B2B2. Windows color (decimal): -3163336 or 3718095. OLE color: 3718095.

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

Color convert

RGB 207 187 56 -
CMYK 0 0.10 0.73 0.19
HSL 52.05º 0.61% 0.52% -
HSV(B) 52.05º 0.73% 0.81% -
XYZ 44.22 49.09 10.89 -
YUV 178.05 59.13 148.65 -
System Red Green Blue C M Y K H S L
Decimal 207 187 56 0 0.10 0.73 0.19 52.05 0.61 0.52
Hex CF BB 38 0 A 49 13 34 3D 34
Octal 317 273 70 0 12 111 23 64 75 64
Binary 11001111 10111011 111000 0 1010 1001001 10011 110100 111101 110100

Color Harmonies of #CFBB38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBB38

Black with #CFBB38

Text Example


Text Example

White with #CFBB38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBB38; }

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

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

background-color css

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

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

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

border-color css

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

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

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