Html Css Color HEX #CFB734 Old Gold

📋 copy color: '#CFB734'

red 207 ◦ green 183 ◦ blue 52

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

Shades of Old Gold #CFB734

Tints of Old Gold #CFB734

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.76%

R = 46.83%
G = 41.4%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CFB734 (or 0xCFB734) is known color: Old Gold. HEX triplet: CF, B7 and 34. RGB value is (207,183,52). Sum of RGB (Red+Green+Blue) = 207+183+52=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 183 (71.88% from 255 or 41.40% from 442); Blue value is 52 (20.70% from 255 or 11.76% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB734 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB734 is #3048CB. Grayscale: #AFAFAF. Windows color (decimal): -3164364 or 3454927. OLE color: 3454927.

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

Color convert

RGB 207 183 52 -
CMYK 0 0.12 0.75 0.19
HSL 50.71º 0.62% 0.51% -
HSV(B) 50.71º 0.75% 0.81% -
XYZ 43.29 47.38 10.11 -
YUV 175.24 58.45 150.65 -
System Red Green Blue C M Y K H S L
Decimal 207 183 52 0 0.12 0.75 0.19 50.71 0.62 0.51
Hex CF B7 34 0 C 4B 13 33 3E 33
Octal 317 267 64 0 14 113 23 63 76 63
Binary 11001111 10110111 110100 0 1100 1001011 10011 110011 111110 110011

Color Harmonies of #CFB734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB734

Black with #CFB734

Text Example


Text Example

White with #CFB734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB734; }

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

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

background-color css

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

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

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

border-color css

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

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

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