Html Css Color HEX #CFB234 Old Gold

📋 copy color: '#CFB234'

red 207 ◦ green 178 ◦ blue 52

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

Shades of Old Gold #CFB234

Tints of Old Gold #CFB234

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.73%

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

R = 47.37%
G = 40.73%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CFB234 (or 0xCFB234) is known color: Old Gold. HEX triplet: CF, B2 and 34. RGB value is (207,178,52). Sum of RGB (Red+Green+Blue) = 207+178+52=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 52 (20.70% from 255 or 11.90% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB234 is #304DCB. Grayscale: #ACACAC. Windows color (decimal): -3165644 or 3453647. OLE color: 3453647.

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

Color convert

RGB 207 178 52 -
CMYK 0 0.14 0.75 0.19
HSL 48.77º 0.62% 0.51% -
HSV(B) 48.77º 0.75% 0.81% -
XYZ 42.27 45.35 9.78 -
YUV 172.31 60.11 152.75 -
System Red Green Blue C M Y K H S L
Decimal 207 178 52 0 0.14 0.75 0.19 48.77 0.62 0.51
Hex CF B2 34 0 E 4B 13 31 3E 33
Octal 317 262 64 0 16 113 23 61 76 63
Binary 11001111 10110010 110100 0 1110 1001011 10011 110001 111110 110011

Color Harmonies of #CFB234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB234

Black with #CFB234

Text Example


Text Example

White with #CFB234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB234; }

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

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

background-color css

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

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

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

border-color css

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

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

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