Html Css Color HEX #CFB82A Old Gold

📋 copy color: '#CFB82A'

red 207 ◦ green 184 ◦ blue 42

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

Shades of Old Gold #CFB82A

Tints of Old Gold #CFB82A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.49%

 BLUE value IS 42 (16.8% from 255) = 9.7%

R = 47.81%
G = 42.49%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CFB82A (or 0xCFB82A) is known color: Old Gold. HEX triplet: CF, B8 and 2A. RGB value is (207,184,42). Sum of RGB (Red+Green+Blue) = 207+184+42=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 184 (72.27% from 255 or 42.49% from 433); Blue value is 42 (16.80% from 255 or 9.70% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB82A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB82A is #3047D5. Grayscale: #AFAFAF. Windows color (decimal): -3164118 or 2799823. OLE color: 2799823.

HSL color Cylindrical-coordinate representation of color #CFB82A: hue angle of 51.64º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CFB82A is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 184 42 -
CMYK 0 0.11 0.80 0.19
HSL 51.64º 0.66% 0.49% -
HSV(B) 51.64º 0.8% 0.81% -
XYZ 43.29 47.71 9.12 -
YUV 174.69 53.12 151.05 -
System Red Green Blue C M Y K H S L
Decimal 207 184 42 0 0.11 0.80 0.19 51.64 0.66 0.49
Hex CF B8 2A 0 B 50 13 34 42 31
Octal 317 270 52 0 13 120 23 64 102 61
Binary 11001111 10111000 101010 0 1011 1010000 10011 110100 1000010 110001

Color Harmonies of #CFB82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB82A

Black with #CFB82A

Text Example


Text Example

White with #CFB82A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB82A; }

 p { color: rgb(207,184,42); }

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

background-color css

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

 a { background-color: rgb(207,184,42); }

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

border-color css

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

 span { border-color: rgb(207,184,42); }

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