Html Css Color HEX #CFB74B Old Gold

📋 copy color: '#CFB74B'

red 207 ◦ green 183 ◦ blue 75

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

Shades of Old Gold #CFB74B

Tints of Old Gold #CFB74B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.35%

 BLUE value IS 75 (29.69% from 255) = 16.13%

R = 44.52%
G = 39.35%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CFB74B (or 0xCFB74B) is known color: Old Gold. HEX triplet: CF, B7 and 4B. RGB value is (207,183,75). Sum of RGB (Red+Green+Blue) = 207+183+75=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 75 (29.69% from 255 or 16.13% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB74B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB74B is #3048B4. Grayscale: #B2B2B2. Windows color (decimal): -3164341 or 4962255. OLE color: 4962255.

HSL color Cylindrical-coordinate representation of color #CFB74B: hue angle of 49.09º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CFB74B is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 183 75 -
CMYK 0 0.12 0.64 0.19
HSL 49.09º 0.58% 0.55% -
HSV(B) 49.09º 0.64% 0.81% -
XYZ 43.94 47.64 13.54 -
YUV 177.86 69.95 148.78 -
System Red Green Blue C M Y K H S L
Decimal 207 183 75 0 0.12 0.64 0.19 49.09 0.58 0.55
Hex CF B7 4B 0 C 40 13 31 3A 37
Octal 317 267 113 0 14 100 23 61 72 67
Binary 11001111 10110111 1001011 0 1100 1000000 10011 110001 111010 110111

Color Harmonies of #CFB74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB74B

Black with #CFB74B

Text Example


Text Example

White with #CFB74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB74B; }

 p { color: rgb(207,183,75); }

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

background-color css

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

 a { background-color: rgb(207,183,75); }

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

border-color css

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

 span { border-color: rgb(207,183,75); }

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